com.ashridgetech.saxon.debugger
Class NextCommand
java.lang.Object
|
+--com.ashridgetech.saxon.debugger.CommandInterface.Command
|
+--com.ashridgetech.saxon.debugger.NextCommand
- public class NextCommand
- extends CommandInterface.Command
Go after requesting a stop at the next element.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NextCommand
public NextCommand()
NextCommand
public NextCommand(String text)
throws CommandException
parse
protected void parse(List args)
throws CommandException
- Overrides:
parse
in class CommandInterface.Command
execute
public void execute(SimpleDebugger debugger,
CommandInterface commander)
throws CommandException
- Overrides:
execute
in class CommandInterface.Command
makeNew
protected CommandInterface.Command makeNew(String text)
throws CommandException
- Overrides:
makeNew
in class CommandInterface.Command
Copyright © 2002 Ashridge Technologies Ltd. All Rights Reserved.