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.VariablegetType in class org.codehaus.groovy.ast.DynamicVariablepublic org.codehaus.groovy.ast.ClassNode getOriginType()
getOriginType in interface org.codehaus.groovy.ast.VariablegetOriginType in class org.codehaus.groovy.ast.DynamicVariablepublic int getModifiers()
getModifiers in interface org.codehaus.groovy.ast.VariablegetModifiers in class org.codehaus.groovy.ast.DynamicVariablepublic java.lang.String toString()
toString in class java.lang.Object