Uses of Class
org.codehaus.groovy.classgen.Variable

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
 Variable CompileStack.defineVariable(Variable v, boolean initFromStack)
          Defines a new Variable using an AST variable.
 Variable CompileStack.getVariable(String variableName)
           
 Variable CompileStack.getVariable(String variableName, boolean mustExist)
           
 

Methods in org.codehaus.groovy.classgen with parameters of type Variable
 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)
           
 



Copyright © 2003-2010 The Codehaus. All Rights Reserved.