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 VariableExpressiondeclaredVariableExpressionprotected boolean[]involvedTypesprotected MethodNodetargetprotected ClassNodetype 
- 
Constructor Summary
Constructors Constructor Description StatementMeta() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchainInvolvedTypes(org.codehaus.groovy.classgen.asm.OptimizingStatementWriter.OptimizeFlagsCollector opt)StringtoString() 
 - 
 
- 
- 
Field Detail
- 
type
protected ClassNode type
 
- 
target
protected MethodNode target
 
- 
declaredVariableExpression
protected VariableExpression declaredVariableExpression
 
- 
involvedTypes
protected boolean[] involvedTypes
 
 - 
 
 -