com.ashridgetech.saxon.debugger
Class GoCommand
java.lang.Object
|
+--com.ashridgetech.saxon.debugger.CommandInterface.Command
|
+--com.ashridgetech.saxon.debugger.GoCommand
- public class GoCommand
- extends CommandInterface.Command
A null do-nothing command. Creates itself from a blank line or a comment.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GoCommand
public GoCommand()
GoCommand
public GoCommand(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.