Class ScriptExtension
Object
AbstractExtension
ScriptExtension
- All Implemented Interfaces:
InvokableNative,ScriptFunctions,ScriptMethods
- Direct Known Subclasses:
GeneralExtension
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractExtension
getMethod, getOutline, setMethod, setRuntimeMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface InvokableNative
getMethod, setMethodMethods inherited from interface ScriptFunctions
setContextMethods inherited from interface ScriptMethods
setContext
-
Constructor Details
-
ScriptExtension
public ScriptExtension()
-
-
Method Details
-
setScope
public void setScope(ScriptScope scope) - Specified by:
setScopein interfaceScriptFunctions
-
getRuntime
- Specified by:
getRuntimein interfaceInvokableNative- Overrides:
getRuntimein classAbstractExtension
-
getSelf
-
setSelf
- Specified by:
setSelfin interfaceScriptMethods
-
getScope
public ScriptScope getScope()- Specified by:
getScopein interfaceScriptFunctions
-
getSelf
- Specified by:
getSelfin interfaceScriptMethods
-