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
 

Methods in org.codehaus.groovy.classgen that return Variable
 Variable Variable.deriveBoxedVersion()
          derive a new Variable from this if this is a primitive variable, or return this instance
private  Variable AsmClassGenerator.storeInTemp(java.lang.String name, java.lang.String type)
           
private  Variable AsmClassGenerator.visitASTOREInTemp(java.lang.String s)
           
protected  Variable AsmClassGenerator.defineVariable(java.lang.String name, java.lang.String type)
          Defines the given variable in scope and assigns it to the stack
protected  Variable AsmClassGenerator.defineVariable(java.lang.String name, java.lang.String type, boolean define)
           
private  Variable AsmClassGenerator.defineVariable(java.lang.String name, Type type, boolean define)
           
 

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)
           
private  void AsmClassGenerator.visitVariableStartLabel(Variable variable)
           
protected  void AsmClassGenerator.processPropertyVariable(Variable variable)
           
(package private)  void AsmClassGenerator.removeVar(Variable v)
           
private  void AsmClassGenerator.visitVariableEndLabel(Variable v)
           
 



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