@groovy.transform.CompileStatic class GrailsTestCompilerAutoConfiguration extends CompilerAutoConfiguration
Modifiers | Name | Description |
---|---|---|
static java.lang.String[] |
DEFAULT_IMPORTS |
Type | Name and description |
---|---|
org.codehaus.groovy.ast.ClassNode |
lastMatch |
Constructor and description |
---|
GrailsTestCompilerAutoConfiguration() |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
applyDependencies(DependencyCustomizer dependencies) |
|
void |
applyImports(org.codehaus.groovy.control.customizers.ImportCustomizer imports) |
|
boolean |
matches(org.codehaus.groovy.ast.ClassNode classNode) |
Methods inherited from class | Name |
---|---|
class CompilerAutoConfiguration |
apply, applyDependencies, applyImports, applyToMainClass, matches |
Groovy Documentation