On this page
[Java] Class OptimizingStatementWriter.StatementMeta
- org.codehaus.groovy.classgen.asm.OptimizingStatementWriter.StatementMeta
public static class 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 |
---|---|---|
public void |
chainInvolvedTypes(OptimizeFlagsCollector opt) |
|
public String |
toString() |
Inherited Methods Summary
Field Detail
protected VariableExpression declaredVariableExpression
protected boolean[] involvedTypes
protected MethodNode target
protected ClassNode type
Method Detail
public void chainInvolvedTypes(OptimizeFlagsCollector opt)
@Override public String toString()
© 2003-2022 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/4.0.0/html/gapi/org/codehaus/groovy/classgen/asm/OptimizingStatementWriter.StatementMeta.html