|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompilePhase | |
---|---|
org.codehaus.groovy.ast | Groovy AST nodes for the syntax of the language |
org.codehaus.groovy.control | Compiler control classes. |
org.codehaus.groovy.transform |
Uses of CompilePhase in org.codehaus.groovy.ast |
---|
Fields in org.codehaus.groovy.ast with type parameters of type CompilePhase | |
---|---|
private java.util.Map<CompilePhase,java.util.Map<java.lang.Class<? extends ASTTransformation>,java.util.Set<ASTNode>>> |
ClassNode.transformInstances
The ASTTransformations to be applied to the Class |
Methods in org.codehaus.groovy.ast with parameters of type CompilePhase | |
---|---|
java.util.Map<java.lang.Class<? extends ASTTransformation>,java.util.Set<ASTNode>> |
ClassNode.getTransforms(CompilePhase phase)
|
Uses of CompilePhase in org.codehaus.groovy.control |
---|
Fields in org.codehaus.groovy.control declared as CompilePhase | |
---|---|
static CompilePhase[] |
CompilePhase.phases
|
Methods in org.codehaus.groovy.control that return CompilePhase | |
---|---|
static CompilePhase |
CompilePhase.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CompilePhase[] |
CompilePhase.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of CompilePhase in org.codehaus.groovy.transform |
---|
Fields in org.codehaus.groovy.transform declared as CompilePhase | |
---|---|
private CompilePhase |
ASTTransformationVisitor.phase
|
Constructors in org.codehaus.groovy.transform with parameters of type CompilePhase | |
---|---|
ASTTransformationVisitor(CompilePhase phase)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |