public static abstract class GroovyTypeCheckingExtensionSupport.TypeCheckingDSL
extends Script
Event handler registration:
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Object |
getProperty(String name)Resolves properties against the backing extension before falling back to the script. |
|
public Object |
methodMissing(String name, Object args)Registers DSL event handlers or delegates unknown methods to the extension. |
|
public void |
setProperty(String name, Object value)Writes properties to the backing extension when possible. |
| Methods inherited from class | Name |
|---|---|
class Script |
evaluate, evaluate, getBinding, getProperty, invokeMethod, print, printf, printf, println, println, run, run, setBinding, setProperty |
class GroovyObjectSupport |
getMetaClass, setMetaClass |