Package | Description |
---|---|
org.scripthelper.debug |
The debug package.
|
org.scripthelper.debug.model |
Contain the source model.
|
org.scripthelper.debug.parser |
The debug parser package, containing abstract class to parse script files.
|
org.scripthelper.groovy.debug.parser |
Contains the classes which implements the Groovy debug parsing.
|
org.scripthelper.model |
Contains the classes which model the scripts and their methods.
|
Modifier and Type | Class and Description |
---|---|
class |
DebugSourceModel
The debug source model.
|
Modifier and Type | Field and Description |
---|---|
protected SourceModel |
AbstractDebugInstrumentor.model
The source model.
|
Modifier and Type | Method and Description |
---|---|
SourceModel |
DebugSession.getSourceModel()
Return the source model.
|
Constructor and Description |
---|
DebugSession(DebuggingWrapper<S> wrapper,
SourceModel model) |
DebugSession(DebugSession<?> parentSession,
DebuggingWrapper<S> wrapper,
SourceModel model) |
DebugSourceModel(SourceModel model)
Construction using a SourceModel.
|
Modifier and Type | Method and Description |
---|---|
SourceModel |
SourceModel.clone() |
SourceModel |
Block.getModel()
Return the root model.
|
SourceModel |
Method.getModel()
Return the root model.
|
SourceModel |
Parent.getModel()
Return the root model.
|
SourceModel |
Sentence.getModel()
Return the root model.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SourceModel.replace(SourceModel model)
Replace the content of the model.
|
Constructor and Description |
---|
Method(SourceModel model,
int firstLine,
java.lang.String name)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
SourceModel |
SourceParser.getSourceModel() |
protected SourceModel |
SourceParser.parse(java.lang.String scriptContent,
boolean hasSingletonMethod,
ParserState defaultState)
Parse the script content.
|
Modifier and Type | Method and Description |
---|---|
SourceModel |
GroovySourceParser.parse(java.lang.String scriptContent)
Parse a script content.
|
SourceModel |
GroovySourceParser.parse(java.lang.String scriptContent,
boolean hasSingletonMethod)
Parse a script content.
|
Modifier and Type | Method and Description |
---|---|
SourceModel |
ScriptContent.getSourceModel() |
Modifier and Type | Method and Description |
---|---|
void |
ScriptContent.setSourceModel(SourceModel model) |
Copyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence