Methods in com.ashridgetech.saxon.debugger that throw CommandException |
void |
SimpleDebugger.requestStopAtNextElement()
|
void |
SimpleDebugger.setFrameInView(int number)
|
void |
SimpleDebugger.moveFrameInView(int offset)
|
com.icl.saxon.expr.Value |
SimpleDebugger.StackFrame.evaluate(String expression)
|
static SimpleDebugger.BreakSpec |
SimpleDebugger.BreakSpec.make(String spec)
|
CommandInterface.Command |
CommandInterface.makeCommand(String text)
|
protected void |
CommandInterface.Command.checkArgCount(List args,
int argLimit)
|
protected abstract void |
CommandInterface.Command.parse(List args)
|
protected CommandInterface.Command |
CommandInterface.Command.create(String text)
|
protected abstract CommandInterface.Command |
CommandInterface.Command.makeNew(String text)
|
abstract void |
CommandInterface.Command.execute(SimpleDebugger debugger,
CommandInterface commander)
|
protected void |
MoveCommand.parse(List args)
|
void |
MoveCommand.execute(SimpleDebugger debugger,
CommandInterface commander)
|
protected CommandInterface.Command |
MoveCommand.makeNew(String text)
|
protected void |
WhereCommand.parse(List args)
|
void |
WhereCommand.execute(SimpleDebugger debugger,
CommandInterface commander)
|
protected CommandInterface.Command |
WhereCommand.makeNew(String text)
|
protected void |
RemoveCommand.parse(List args)
|
void |
RemoveCommand.execute(SimpleDebugger debugger,
CommandInterface commander)
|
protected CommandInterface.Command |
RemoveCommand.makeNew(String text)
|
protected void |
PrintCommand.parse(List args)
|
void |
PrintCommand.execute(SimpleDebugger debugger,
CommandInterface commander)
|
protected CommandInterface.Command |
PrintCommand.makeNew(String text)
|
protected void |
RepeatCommand.parse(List args)
|
void |
RepeatCommand.execute(SimpleDebugger debugger,
CommandInterface commander)
|
protected CommandInterface.Command |
RepeatCommand.create(String text)
|
protected CommandInterface.Command |
RepeatCommand.makeNew(String text)
|
protected void |
GoCommand.parse(List args)
|
void |
GoCommand.execute(SimpleDebugger debugger,
CommandInterface commander)
|
protected CommandInterface.Command |
GoCommand.makeNew(String text)
|
protected void |
NextCommand.parse(List args)
|
void |
NextCommand.execute(SimpleDebugger debugger,
CommandInterface commander)
|
protected CommandInterface.Command |
NextCommand.makeNew(String text)
|
protected void |
CommentCommand.parse(List args)
|
void |
CommentCommand.execute(SimpleDebugger debugger,
CommandInterface commander)
|
protected CommandInterface.Command |
CommentCommand.makeNew(String text)
|
protected void |
StepCommand.parse(List args)
|
void |
StepCommand.execute(SimpleDebugger debugger,
CommandInterface commander)
|
protected CommandInterface.Command |
StepCommand.makeNew(String text)
|
protected void |
BreakCommand.parse(List args)
|
void |
BreakCommand.execute(SimpleDebugger debugger,
CommandInterface commander)
|
protected CommandInterface.Command |
BreakCommand.makeNew(String text)
|