org.codehaus.groovy.transform.stc
[Java] Class GroovyTypeCheckingExtensionSupport.TypeCheckingDSL
java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.lang.Script
org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport.TypeCheckingDSL
public static abstract class GroovyTypeCheckingExtensionSupport.TypeCheckingDSL
extends Script
|
Methods inherited from class Script
|
| invokeMethod, setBinding, getBinding, println, println, run, run, setProperty, getProperty, print, printf, printf, evaluate, evaluate, getMetaClass, setMetaClass, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
|
Methods inherited from class GroovyObjectSupport
|
| getMetaClass, setMetaClass, invokeMethod, setProperty, getProperty, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
getProperty
@Override} catch (Exception e) {
public Object getProperty(String property)
-
invokeMethod
@Overrideif (args instanceof Object[] && ((Object[]) args).length == 1 && ((Object[]) args)[0] instanceof Closure) {
public Object invokeMethod(String name, Object args)
-
setProperty
@OverrideObject target = ((Object[]) args)[0];
public void setProperty(String property, Object newValue)
-
Copyright © 2003-2013 The Codehaus. All rights reserved.