public class ClassVariable
extends org.codehaus.groovy.ast.DynamicVariable
Constructor and Description |
---|
ClassVariable(org.codehaus.groovy.ast.ClassNode classNode,
boolean isContextStatic) |
Modifier and Type | Method and Description |
---|---|
int |
getModifiers() |
org.codehaus.groovy.ast.ClassNode |
getOriginType() |
org.codehaus.groovy.ast.ClassNode |
getType() |
java.lang.String |
toString() |
public ClassVariable(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 org.codehaus.groovy.ast.ClassNode getOriginType()
getOriginType
in interface org.codehaus.groovy.ast.Variable
getOriginType
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