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.
|
org.scripthelper.groovy.debug.parser |
Contains the classes which implements the Groovy debug parsing.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DebugInstrumentor.addStepInstruction(Parent parent,
int lineNumber)
Add a step instruction.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractParent
An abstract parent.
|
class |
Block
Represents a block element.
|
class |
Method
Represents a method element.
|
Modifier and Type | Method and Description |
---|---|
Parent |
Block.getParent()
Return the block parent.
|
Parent |
Method.getParent()
Return null.
|
Parent |
Parent.getParent()
Return the element Parent.
|
Parent |
Sentence.getParent()
Return the sentence parent.
|
Modifier and Type | Method and Description |
---|---|
static Sentence |
Sentence.create(Parent parent,
int lastLine)
Constructor.
|
Constructor and Description |
---|
Block(Parent parent,
int firstLine)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
GroovyDebugInstrumentor.addStepInstruction(Parent parent,
int lineNumber)
Add a step instruction.
|
Modifier and Type | Method and Description |
---|---|
java.util.Stack<Parent> |
MethodState.getParents() |
Copyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence