Package org.codehaus.groovy.classgen.asm
Class OptimizingStatementWriter.StatementMeta
- java.lang.Object
-
- org.codehaus.groovy.classgen.asm.OptimizingStatementWriter.StatementMeta
-
- Enclosing class:
- OptimizingStatementWriter
public static class OptimizingStatementWriter.StatementMeta extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected VariableExpression
declaredVariableExpression
protected boolean[]
involvedTypes
protected MethodNode
target
protected ClassNode
type
-
Constructor Summary
Constructors Constructor Description StatementMeta()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
chainInvolvedTypes(org.codehaus.groovy.classgen.asm.OptimizingStatementWriter.OptimizeFlagsCollector opt)
String
toString()
-
-
-
Field Detail
-
target
protected MethodNode target
-
type
protected ClassNode type
-
declaredVariableExpression
protected VariableExpression declaredVariableExpression
-
involvedTypes
protected boolean[] involvedTypes
-
-