See: Description
Interface | Description |
---|---|
DebuggingWrapper<S> |
The interface for debugging wrappers.
|
ErrorType |
Specifies the different kinds of error types.
|
LineNumberConverter |
An interface giving the associated line number from a line detected in the script runtime.
|
ScriptMethodInvoker |
This interface denotes script wrappers which allow to invoke directly methods without having to
limit to the Script interface.
|
ScriptMethodProxy<S,R> |
The ScriptWrapper class.
|
ScriptProxyListener |
This listener is fired after a
ScriptProxy has finished its execution. |
ScriptWrapper<S> |
The ScriptWrapper class.
|
VoidScriptMethodProxy<S> |
The ScriptWrapper class used for a void method.
|
Class | Description |
---|---|
AbstractDebuggingScriptWrapper<S> |
An abstract debugging sxript xrapper implementation.
|
AbstractMethodProxy<S,R> |
The ScriptWrapper class.
|
AbstractScriptMethodProxy<S,R> |
The ScriptWrapper class.
|
AbstractScriptWrapper<S> |
The ScriptWrapper class.
|
AbstractVoidScriptMethodProxy<S> |
The ScriptWrapper class used for a void method.
|
CachedMethodKey |
This class allows to get a key for a method and its argument.
|
DefaultLineNumberConverter |
The default line number converter, used outside of a debug session.
|
NamedCachedMethodKey |
A CachedMethodKey which only checks the method name.
|
ScriptContent |
The script content created during the script parsing.
|
ScriptProxy<S> |
A ScriptProxy allows to see a script as a Java interface.
|
ScriptSource |
Represents a script source, which can be a string content or a file.
|
ScriptWrapperCombiner |
A Script wrapper which can represent several script wrappers depending on the script file.
|
Contains the classes which model the scripts and their methods.
Copyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence