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