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.


Fields inherited from class com.ashridgetech.saxon.debugger.CommandInterface.Command
abbreviation, name, text
 
Constructor Summary
NextCommand()
           
NextCommand(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

NextCommand

public NextCommand()

NextCommand

public NextCommand(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.