|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.codehaus.groovy.classgen | |
---|---|
org.codehaus.groovy.ast | Groovy AST nodes for the syntax of the language |
org.codehaus.groovy.classgen | Generates Java classes for Groovy classes using ASM. |
org.codehaus.groovy.control | Compiler control classes. |
org.codehaus.groovy.reflection | Internal classes for assisting with reflection. |
org.codehaus.groovy.tools | Compiler entry points and miscellaneous development tools. |
org.codehaus.groovy.tools.javac | Classes related to the joint compiler. |
Classes in org.codehaus.groovy.classgen used by org.codehaus.groovy.ast | |
---|---|
BytecodeExpression
Represents some custom bytecode generation by the compiler |
Classes in org.codehaus.groovy.classgen used by org.codehaus.groovy.classgen | |
---|---|
BytecodeExpression
Represents some custom bytecode generation by the compiler |
|
BytecodeHelper
A helper class for bytecode generation with AsmClassGenerator. |
|
BytecodeInstruction
Helper class used by the class generator. |
|
BytecodeSequence
This class repersents a sequence of BytecodeInstructions or ASTNodes. |
|
ClassGenerator
Abstract base class for generator of Java class versions of Groovy AST classes |
|
CompileStack
This class is a helper for AsmClassGenerator. |
|
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 |
|
MethodCallerMultiAdapter
|
|
Variable
Represents compile time variable metadata while compiling a method. |
|
Verifier
Verifies the AST node and adds any defaulted AST code before bytecode generation occurs. |
|
Verifier.DefaultArgsAction
|
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. |
Classes in org.codehaus.groovy.classgen used by org.codehaus.groovy.reflection | |
---|---|
BytecodeHelper
A helper class for bytecode generation with AsmClassGenerator. |
Classes in org.codehaus.groovy.classgen used by org.codehaus.groovy.tools | |
---|---|
BytecodeHelper
A helper class for bytecode generation with AsmClassGenerator. |
Classes in org.codehaus.groovy.classgen used by org.codehaus.groovy.tools.javac | |
---|---|
GeneratorContext
A context shared across generations of a class and its inner classes |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |