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