Class GeneralExtension
Object
AbstractExtension
ScriptExtension
GeneralExtension
- All Implemented Interfaces:
ConstraintFunctions
,InvokableNative
,ScriptFunctions
,ScriptMethods
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T extends JNode>
TgetInvoker
(Class<T> type) void
setInvoker
(JNode invoker) Methods inherited from class ScriptExtension
getRuntime, getScope, getSelf, getSelf, setScope, setSelf
Methods inherited from class AbstractExtension
getMethod, getOutline, setMethod, setRuntime
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ConstraintFunctions
fail, setContext, setRuntime
Methods inherited from interface InvokableNative
getMethod, getRuntime, setMethod
Methods inherited from interface ScriptFunctions
setContext
Methods inherited from interface ScriptMethods
setContext
-
Constructor Details
-
GeneralExtension
public GeneralExtension()
-
-
Method Details
-
getInvoker
-
getInvoker
- Specified by:
getInvoker
in interfaceConstraintFunctions
-
setInvoker
- Specified by:
setInvoker
in interfaceConstraintFunctions
-