Package gg.xp.xivsupport.groovy
Class SubBinding
java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.lang.Binding
gg.xp.xivsupport.groovy.SubBinding
- All Implemented Interfaces:
groovy.lang.GroovyObject
public class SubBinding
extends groovy.lang.Binding
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetProperty
(String property) getVariable
(String name) boolean
hasVariable
(String name) Methods inherited from class groovy.lang.Binding
removeVariable, setProperty, setVariable
Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClass
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface groovy.lang.GroovyObject
invokeMethod
-
Constructor Details
-
SubBinding
public SubBinding(groovy.lang.Binding parent)
-
-
Method Details
-
getVariable
- Overrides:
getVariable
in classgroovy.lang.Binding
-
hasVariable
- Overrides:
hasVariable
in classgroovy.lang.Binding
-
getVariables
- Overrides:
getVariables
in classgroovy.lang.Binding
-
getProperty
- Specified by:
getProperty
in interfacegroovy.lang.GroovyObject
- Overrides:
getProperty
in classgroovy.lang.Binding
-