public class CollectionElementVariable
extends org.codehaus.groovy.ast.DynamicVariable
Constructor and Description |
---|
CollectionElementVariable(java.lang.String name,
org.codehaus.groovy.ast.ClassNode classNode,
boolean isContextStatic) |
Modifier and Type | Method and Description |
---|---|
int |
getModifiers() |
org.codehaus.groovy.ast.ClassNode |
getType() |
java.lang.String |
toString() |
public CollectionElementVariable(java.lang.String name, org.codehaus.groovy.ast.ClassNode classNode, boolean isContextStatic)
public org.codehaus.groovy.ast.ClassNode getType()
getType
in interface org.codehaus.groovy.ast.Variable
getType
in class org.codehaus.groovy.ast.DynamicVariable
public int getModifiers()
getModifiers
in interface org.codehaus.groovy.ast.Variable
getModifiers
in class org.codehaus.groovy.ast.DynamicVariable
public java.lang.String toString()
toString
in class java.lang.Object