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.


Fields inherited from class com.ashridgetech.saxon.debugger.CommandInterface.Command
abbreviation, name, text
 
Constructor Summary
GoCommand()
           
GoCommand(String text)
           
 
Method Summary
 void execute(SimpleDebugger debugger, CommandInterface commander)
           
protected  CommandInterface.Command makeNew(String text)
           
protected  void parse(List args)
           
 
Methods inherited from class com.ashridgetech.saxon.debugger.CommandInterface.Command
checkArgCount, create, extractArgs, extractName, getAbbreviation, getName, getText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoCommand

public GoCommand()

GoCommand

public GoCommand(String text)
          throws CommandException
Method Detail

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.