public static class OptimizingStatementWriter.StatementMeta extends Object
Modifier and Type | Field | Description |
---|---|---|
protected VariableExpression |
declaredVariableExpression |
|
protected boolean[] |
involvedTypes |
|
protected MethodNode |
target |
|
protected ClassNode |
type |
Constructor | Description |
---|---|
StatementMeta() |
Modifier and Type | Method | Description |
---|---|---|
void |
chainInvolvedTypes(org.codehaus.groovy.classgen.asm.OptimizingStatementWriter.OptimizeFlagsCollector opt) |
|
String |
toString() |
protected MethodNode target
protected ClassNode type
protected VariableExpression declaredVariableExpression
protected boolean[] involvedTypes