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 Details

  • Method Details

    • invokeMethod

      public Object invokeMethod​(String name, Object args)
      Specified by:
      invokeMethod in interface groovy.lang.GroovyObject
    • getProperty

      public Object getProperty​(String propertyName)
      Specified by:
      getProperty in interface groovy.lang.GroovyObject
    • setProperty

      public void setProperty​(String propertyName, Object newValue)
      Specified by:
      setProperty in interface groovy.lang.GroovyObject
    • getMetaClass

      public groovy.lang.MetaClass getMetaClass()
      Specified by:
      getMetaClass in interface groovy.lang.GroovyObject
    • setMetaClass

      public void setMetaClass​(groovy.lang.MetaClass metaClass)
      Specified by:
      setMetaClass in interface groovy.lang.GroovyObject