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



Copyright © 2003 The Codehaus. All Rights Reserved.