S - the script interfacepublic interface DebugInstrumentor<S>
| Modifier and Type | Method and Description |
|---|---|
boolean |
addStepInstruction(Parent parent,
int lineNumber)
Add a step instruction.
|
boolean |
addStepInstruction(Sentence sentence,
int lineNumber)
Add a step instruction.
|
DebugSourceModel |
instrument()
Instrument the model and return the instrumented model.
|
void |
setSession(DebugSession<S> session)
Set the debug session.
|
void setSession(DebugSession<S> session)
session - the debug sessionDebugSourceModel instrument()
boolean addStepInstruction(Parent parent, int lineNumber)
parent - the ParentlineNumber - the line numberboolean addStepInstruction(Sentence sentence, int lineNumber)
sentence - the sentencelineNumber - the line numberCopyright © 2019-2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence