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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProperty(String property) getVariable(String name) booleanhasVariable(String name) Methods inherited from class groovy.lang.Binding
removeVariable, setProperty, setVariableMethods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClassMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface groovy.lang.GroovyObject
invokeMethod
-
Constructor Details
-
SubBinding
public SubBinding(groovy.lang.Binding parent)
-
-
Method Details
-
getVariable
- Overrides:
getVariablein classgroovy.lang.Binding
-
hasVariable
- Overrides:
hasVariablein classgroovy.lang.Binding
-
getVariables
- Overrides:
getVariablesin classgroovy.lang.Binding
-
getProperty
- Specified by:
getPropertyin interfacegroovy.lang.GroovyObject- Overrides:
getPropertyin classgroovy.lang.Binding
-