Package | Description |
---|---|
org.scripthelper.debug |
The debug package.
|
org.scripthelper.debug.model |
Contain the source model.
|
org.scripthelper.groovy.debug |
Contains the Groovy debug instrumenting class.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DebugInstrumentor.addStepInstruction(Sentence sentence,
int lineNumber)
Add a step instruction.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.SortedMap<java.lang.Integer,Sentence> |
AbstractParent.sentences
The sentences.
|
Modifier and Type | Method and Description |
---|---|
Sentence |
Sentence.clone() |
static Sentence |
Sentence.create(Parent parent,
int lastLine)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.SortedMap<java.lang.Integer,Sentence> |
AbstractParent.getSentences()
Return the sentences.
|
java.util.SortedMap<java.lang.Integer,Sentence> |
Parent.getSentences()
Return the sentences.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractParent.addSentence(Sentence sentence)
Add a sentence.
|
void |
Parent.addSentence(Sentence sentence)
Add a sentence.
|
Modifier and Type | Method and Description |
---|---|
boolean |
GroovyDebugInstrumentor.addStepInstruction(Sentence sentence,
int lineNumber)
Add a step instruction.
|
Copyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence