Class GroovyScopeDelegate
java.lang.Object
com.illumon.iris.db.tables.select.GroovyScopeDelegate
- All Implemented Interfaces:
groovy.lang.GroovyObject
,Serializable
public class GroovyScopeDelegate extends Object implements groovy.lang.GroovyObject, Serializable
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static GroovyScopeDelegate
INSTANCE
-
Method Summary
Modifier and Type Method Description groovy.lang.MetaClass
getMetaClass()
Object
getProperty(String propertyName)
Object
invokeMethod(String name, Object args)
void
setMetaClass(groovy.lang.MetaClass metaClass)
void
setProperty(String propertyName, Object newValue)
-
Field Details
-
Method Details
-
invokeMethod
- Specified by:
invokeMethod
in interfacegroovy.lang.GroovyObject
-
getProperty
- Specified by:
getProperty
in interfacegroovy.lang.GroovyObject
-
setProperty
- Specified by:
setProperty
in interfacegroovy.lang.GroovyObject
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClass
in interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass metaClass)- Specified by:
setMetaClass
in interfacegroovy.lang.GroovyObject
-