Uses of Package
org.codehaus.groovy.classgen

Packages that use org.codehaus.groovy.classgen
org.codehaus.groovy.ast.expr AST nodes for Groovy expressions 
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.ast.expr
AsmClassGenerator
          Generates Java class versions of Groovy classes using ASM.
 

Classes in org.codehaus.groovy.classgen used by org.codehaus.groovy.classgen
AsmClassGenerator
          Generates Java class versions of Groovy classes using ASM.
BlockScope
          A helper class to help maintain a stack of scopes for labels etc
BytecodeHelper
          A helper class for bytecode generation with AsmClassGenerator.
ClassGenerator
          Abstract base class for generator of Java class versions of Groovy AST classes
DummyClassGenerator
          To generate a class that has all the fields and methods, except that fields are not initilized and methods are empty.
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
Verifier
          Verifies the AST node and adds any defaulted AST code before bytecode generation occurs.
 

Classes in org.codehaus.groovy.classgen used by org.codehaus.groovy.control
ClassCompletionVerifier
          ClassCompletionVerifier
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-2005 The Codehaus. All Rights Reserved.