Interface | Description |
---|---|
IEnvironment | |
IModuleListener | |
IScriptFunctionModifier |
Interface for modules that want to globally modify JavaScript code used to wrap Java method calls.
|
IScriptModule |
Interface which may be implemented by script modules.
|
Class | Description |
---|---|
AbstractEnvironment | |
AbstractScriptModule |
Base class to be used for modules.
|
BootStrapper |
Loads basic module support for script engines.
|
EnvironmentModule |
The Environment provides base functions for all script interpreters.
|
ModuleCategoryDefinition | |
ModuleDefinition | |
ModuleHelper | |
NativeEnvironment | |
ScriptParameter.Helper | |
ScriptParameter.OptionalParameterHelper |
Annotation Type | Description |
---|---|
ScriptParameter | |
WrapToScript |
Annotation indicating that the annotated method should be wrapped to the target script language.
|