Class |
Description |
ASTTransformationsContext
|
Stores state information about global AST transformations applied to a compilation unit. |
AnnotationConstantsVisitor
|
Visitor to resolve constants in annotation definitions. |
ClassNodeResolver
|
This class is used as a pluggable way to resolve class names.
|
ClassNodeResolver.LookupResult
|
Helper class to return either a SourceUnit or ClassNode. |
CompilationUnit
|
The CompilationUnit collects all compilation data as it is generated by the compiler system.
|
CompilationUnit.GroovyClassOperation
|
|
CompilationUnit.PrimaryClassNodeOperation
|
An callback interface for use in the applyToPrimaryClassNodes loop driver. |
CompilationUnit.SourceUnitOperation
|
An callback interface for use in the applyToSourceUnits loop driver. |
DefaultTransformer
|
The default transformer a.k.a. the last transformer to transform expressions, it can use type info if STC is enabled |
ErrorCollector
|
A base class for collecting messages and errors during processing.
|
GenericsVisitor
|
Verify correct usage of generics.
|
InstanceOfVerifier
|
|
Janitor
|
An agent that can be used to defer cleanup operations to
a later time. |
OptimizerVisitor
|
Visitor to produce several optimizations:
- to replace numbered constants with references to static fields
- remove superfluous references to GroovyObject interface
|
ParserPluginFactory
|
A factory of parser plugin instances |
Phases
|
Compilation phase identifiers. |
SourceExtensionHandler
|
Looks for source file extensions in META-INF/services/org.codehaus.groovy.source.Extensions |
StaticImportVisitor
|
Visitor to resolve constants and method calls from static imports. |
StaticVerifier
|
Checks for dynamic variables in static contexts. |
XStreamUtils
|
|