Uses of Package
org.codehaus.groovy.classgen

Packages that use org.codehaus.groovy.classgen
org.codehaus.groovy.classgen Generates Java classes for Groovy classes using ASM. 
org.codehaus.groovy.control   
 

Classes in org.codehaus.groovy.classgen used by org.codehaus.groovy.classgen
BlockScope
          A helper class to help maintain a stack of scopes for labels etc
GeneratorContext
          A context shared across generations of a class and its inner classes
MethodCaller
          A helper class to invoke methods more easily in ASM
Variable
          Represents compile time variable metadata while compiling a method.
VariableScopeCodeVisitor
          A visitor which figures out which variables are in scope
 

Classes in org.codehaus.groovy.classgen used by org.codehaus.groovy.control
GeneratorContext
          A context shared across generations of a class and its inner classes
Verifier
          Verifies the AST node and adds any defaulted AST code before bytecode generation occurs.
 



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