|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Variable | |
org.codehaus.groovy.classgen |
Uses of Variable in org.codehaus.groovy.classgen |
Methods in org.codehaus.groovy.classgen that return Variable | |
protected Variable |
AsmClassGenerator.defineVariable(String name,
String type)
Deprecated. Defines the given variable in scope and assigns it to the stack |
protected Variable |
AsmClassGenerator.defineVariable(String name,
String type,
boolean define)
Deprecated. |
Variable |
Variable.deriveBoxedVersion()
derive a new Variable from this if this is a primitive variable, or return this instance |
protected Variable |
AsmClassGenerator2.defineVariable(String name,
String type)
Defines the given variable in scope and assigns it to the stack |
protected Variable |
AsmClassGenerator2.defineVariable(String name,
String type,
boolean define)
|
Methods in org.codehaus.groovy.classgen with parameters of type Variable | |
protected void |
AsmClassGenerator.processStackVariable(String name,
Variable variable)
Deprecated. |
protected void |
AsmClassGenerator.processPropertyVariable(String name,
Variable variable)
Deprecated. |
void |
BytecodeHelper.load(Variable v)
|
void |
BytecodeHelper.store(Variable v,
boolean markStart)
|
void |
BytecodeHelper.store(Variable v)
|
void |
BytecodeHelper.loadVar(Variable variable,
boolean holder)
load the value of the variable on the operand stack. |
void |
BytecodeHelper.storeVar(Variable variable,
boolean holder)
|
protected void |
AsmClassGenerator2.processStackVariable(Variable variable)
|
protected void |
AsmClassGenerator2.processPropertyVariable(Variable variable)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |