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 GroovyScopeDelegateINSTANCE -
Method Summary
Modifier and Type Method Description groovy.lang.MetaClassgetMetaClass()ObjectgetProperty(String propertyName)ObjectinvokeMethod(String name, Object args)voidsetMetaClass(groovy.lang.MetaClass metaClass)voidsetProperty(String propertyName, Object newValue)
-
Field Details
-
Method Details
-
invokeMethod
- Specified by:
invokeMethodin interfacegroovy.lang.GroovyObject
-
getProperty
- Specified by:
getPropertyin interfacegroovy.lang.GroovyObject
-
setProperty
- Specified by:
setPropertyin interfacegroovy.lang.GroovyObject
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClassin interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass metaClass)- Specified by:
setMetaClassin interfacegroovy.lang.GroovyObject
-