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