|
||||||||||
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.SUPER_VARIABLE
|
static Variable |
Variable.THIS_VARIABLE
|
Methods in org.codehaus.groovy.classgen that return Variable | |
---|---|
private Variable |
CompileStack.defineVar(java.lang.String name,
ClassNode type,
boolean methodParameterUsedInClosure)
|
Variable |
CompileStack.defineVariable(Variable v,
boolean initFromStack)
Defines a new Variable using an AST variable. |
Variable |
CompileStack.getVariable(java.lang.String variableName)
|
Variable |
CompileStack.getVariable(java.lang.String variableName,
boolean mustExist)
returns a normal variable, that was defined before. |
Methods in org.codehaus.groovy.classgen with parameters of type Variable | |
---|---|
private void |
CompileStack.createReference(Variable reference)
|
void |
BytecodeHelper.load(Variable v)
|
void |
BytecodeHelper.loadVar(Variable variable)
load the value of the variable on the operand stack. |
protected void |
AsmClassGenerator.processStackVariable(Variable variable)
|
void |
BytecodeHelper.store(Variable v)
|
void |
BytecodeHelper.store(Variable v,
boolean markStart)
|
void |
BytecodeHelper.storeVar(Variable variable)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |