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

Methods in org.codehaus.groovy.classgen with parameters of type Variable
protected  void ClassGenerator.processStackVariable(String name, Variable variable)
           
protected  void ClassGenerator.processPropertyVariable(String name, Variable variable)
           
 



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