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

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)
          Defines the given variable in scope and assigns it to the stack
protected  Variable AsmClassGenerator.defineVariable(String name, String type, boolean define)
           
 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.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 AsmClassGenerator.processStackVariable(Variable variable)
           
protected  void AsmClassGenerator.processPropertyVariable(Variable variable)
           
 



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