|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.lang.GroovyObjectSupport
groovy.lang.Binding
groovy.util.FactoryBuilderSupport
org.codehaus.groovy.control.customizers.builder.CompilerCustomizationBuilder
@CompileStatic class CompilerCustomizationBuilder extends FactoryBuilderSupport
A builder which allows easy configuration of compilation customizers. Instead of creating various compilation customizers by hand, you may use this builder instead, which provides a shorter syntax and removes most of the verbosity.
Field Summary |
---|
Constructor Summary | |
CompilerCustomizationBuilder()
|
Method Summary | |
---|---|
protected java.lang.Object
|
postNodeCompletion(java.lang.Object parent, java.lang.Object node)
|
static CompilerConfiguration
|
withConfig(CompilerConfiguration config, Closure code)
|
Methods inherited from class Binding | |
---|---|
getProperty, getVariable, getVariables, hasVariable, setProperty, setVariable |
Methods inherited from class GroovyObjectSupport | |
---|---|
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty |
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Constructor Detail |
---|
CompilerCustomizationBuilder()
Method Detail |
---|
@Override protected java.lang.Object postNodeCompletion(java.lang.Object parent, java.lang.Object node)
static CompilerConfiguration withConfig(CompilerConfiguration config, Closure code)
Groovy Documentation