Class GroovyScopeDelegate
java.lang.Object
com.illumon.iris.db.tables.select.GroovyScopeDelegate
- All Implemented Interfaces:
groovy.lang.GroovyObject
,Serializable
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongroovy.lang.MetaClass
getProperty
(String propertyName) invokeMethod
(String name, Object args) void
setMetaClass
(groovy.lang.MetaClass metaClass) void
setProperty
(String propertyName, Object newValue)
-
Field Details
-
INSTANCE
-
-
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
-