Package org.codehaus.groovy.classgen

Generates Java classes for Groovy classes using ASM.

See:
          Description

Class Summary
ClassGenerator Generates Java class versions of Groovy classes
CodeVisitor Walks the code performing any code validation logic along the way
CompilerFacade A simple facade for the Compiler, hiding much of the plumbing between the Lexer, Parser, AST and bytecode generator
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.
VerifierCodeVisitor Verifies the method code
 

Exception Summary
ClassGeneratorException An exception thrown by the class generator
 

Package org.codehaus.groovy.classgen Description

Generates Java classes for Groovy classes using ASM.



Copyright © 2003 The Codehaus. All Rights Reserved.