Package | Description |
---|---|
org.scripthelper.debug |
The debug package.
|
org.scripthelper.groovy |
Contains the classes which implements the Groovy scripts.
|
org.scripthelper.model |
Contains the classes which model the scripts and their methods.
|
Constructor and Description |
---|
DebugSession(DebuggingWrapper<S> wrapper,
SourceModel model) |
DebugSession(DebugSession<?> parentSession,
DebuggingWrapper<S> wrapper,
SourceModel model) |
Modifier and Type | Class and Description |
---|---|
class |
GroovyScriptWrapper<S>
The Groovy Script wrapper.
|
Constructor and Description |
---|
GroovyScriptWrapper(DebuggingWrapper<?> parentWrapper) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDebuggingScriptWrapper<S>
An abstract debugging sxript xrapper implementation.
|
class |
ScriptWrapperCombiner
A Script wrapper which can represent several script wrappers depending on the script file.
|
Modifier and Type | Field and Description |
---|---|
protected DebuggingWrapper<?> |
AbstractDebuggingScriptWrapper.parentWrapper
The parent wrapper.
|
Modifier and Type | Method and Description |
---|---|
DebuggingWrapper<?> |
AbstractDebuggingScriptWrapper.getParentWrapper()
Return the parent Script wrapper.
|
default DebuggingWrapper<?> |
DebuggingWrapper.getParentWrapper()
Return the parent Script wrapper.
|
Constructor and Description |
---|
AbstractDebuggingScriptWrapper(DebuggingWrapper<?> parentWrapper) |
Copyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence