|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeneratorContext | |
org.codehaus.groovy.classgen | Generates Java classes for Groovy classes using ASM. |
org.codehaus.groovy.control |
Uses of GeneratorContext in org.codehaus.groovy.classgen |
Constructors in org.codehaus.groovy.classgen with parameters of type GeneratorContext | |
AsmClassGenerator(GeneratorContext context,
org.objectweb.asm.ClassVisitor classVisitor,
ClassLoader classLoader,
String sourceFile)
|
|
DummyClassGenerator(GeneratorContext context,
org.objectweb.asm.ClassVisitor classVisitor,
ClassLoader classLoader,
String sourceFile)
|
Uses of GeneratorContext in org.codehaus.groovy.control |
Methods in org.codehaus.groovy.control with parameters of type GeneratorContext | |
abstract void |
CompilationUnit.LoopBodyForPrimaryClassNodeOperations.call(SourceUnit source,
GeneratorContext context,
ClassNode classNode)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |