|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Variable | |
org.codehaus.groovy.classgen | Generates Java classes for Groovy classes using ASM. |
Uses of Variable in org.codehaus.groovy.classgen |
Fields in org.codehaus.groovy.classgen declared as Variable | |
static Variable |
Variable.THIS_VARIABLE
|
static Variable |
Variable.SUPER_VARIABLE
|
Methods in org.codehaus.groovy.classgen that return Variable | |
Variable |
CompileStack.getVariable(String variableName)
|
Variable |
CompileStack.getVariable(String variableName,
boolean mustExist)
|
Variable |
CompileStack.defineVariable(Variable v,
boolean initFromStack)
Defines a new Variable using an AST variable. |
Methods in org.codehaus.groovy.classgen with parameters of type Variable | |
void |
BytecodeHelper.load(Variable v)
|
void |
BytecodeHelper.store(Variable v,
boolean markStart)
|
void |
BytecodeHelper.store(Variable v)
|
void |
BytecodeHelper.loadVar(Variable variable)
load the value of the variable on the operand stack. |
void |
BytecodeHelper.storeVar(Variable variable)
|
protected void |
AsmClassGenerator.processStackVariable(Variable variable)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |