public class SelfReferencingVariable
extends org.codehaus.groovy.ast.DynamicVariable
Constructor and Description |
---|
SelfReferencingVariable(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 SelfReferencingVariable(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