public interface ISteppable
| Modifier and Type | Method and Description | 
|---|---|
void | 
addBreakpoint(java.lang.Object markerobj)
Add a breakpoint to the interpreter. 
 | 
void | 
addBreakpointCommand(ICommand command)
Add a command to be executed, when a breakpoint is reached. 
 | 
void | 
doStep()
Execute a step. 
 | 
boolean | 
isBreakpoint(java.lang.Object markerobj)
Check if a rule is a breakpoint for the interpreter. 
 | 
boolean | 
isStepmode()
Test if in stepmode. 
 | 
void | 
removeBreakpoint(java.lang.Object markerobj)
Remove a breakpoint from the interpreter. 
 | 
void | 
setStepmode(boolean stepmode)
Set the stepmode. 
 | 
void doStep()
void setStepmode(boolean stepmode)
stepmode - True for stepmode.boolean isStepmode()
void addBreakpoint(java.lang.Object markerobj)
void removeBreakpoint(java.lang.Object markerobj)
boolean isBreakpoint(java.lang.Object markerobj)
void addBreakpointCommand(ICommand command)