[Java] Class StatementMeta
- org.codehaus.groovy.classgen.asm.OptimizingStatementWriter.StatementMeta
Field Summary
Modifiers | Name | Description |
---|---|---|
protected VariableExpression | declaredVariableExpression | |
protected boolean[] | involvedTypes | |
protected MethodNode | target | |
protected ClassNode | type |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
void |
chainInvolvedTypes(OptimizeFlagsCollector opt) | |
String |
toString() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail
protected VariableExpression declaredVariableExpression
protected boolean[] involvedTypes
protected MethodNode target
protected ClassNode type
Method Detail
public void chainInvolvedTypes(OptimizeFlagsCollector opt)
public String toString()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/classgen/asm/OptimizingStatementWriter.StatementMeta.html