Uses of Class
com.ashridgetech.saxon.debugger.CommandInterface.Command

Packages that use CommandInterface.Command
com.ashridgetech.saxon.debugger   
 

Uses of CommandInterface.Command in com.ashridgetech.saxon.debugger
 

Subclasses of CommandInterface.Command in com.ashridgetech.saxon.debugger
 class BreakCommand
          Inserts a breakpoint in the debugger, either at a line number or in a named template or saxon:function.
 class CommentCommand
          A null do-nothing command.
 class GoCommand
          A null do-nothing command.
 class MoveCommand
          Move to a given numbered stack frame, or up 1 if no argument, or to current stack frame if "current" given.
 class NextCommand
          Go after requesting a stop at the next element.
 class PrintCommand
          Evaluate and print an expression.
 class RemoveCommand
          Removes a breakpoint in the debugger.
 class RepeatCommand
          Creates itself from a '!!' or a blank line.
 class StepCommand
          Go after requesting a stop at the next element.
 class WhereCommand
          Display the current call stack.
 

Fields in com.ashridgetech.saxon.debugger declared as CommandInterface.Command
protected  CommandInterface.Command CommandInterface.lastCommand
           
 

Methods in com.ashridgetech.saxon.debugger that return CommandInterface.Command
 CommandInterface.Command CommandInterface.makeCommand(String text)
           
protected  CommandInterface.Command CommandInterface.Command.create(String text)
           
protected abstract  CommandInterface.Command CommandInterface.Command.makeNew(String text)
           
protected  CommandInterface.Command MoveCommand.makeNew(String text)
           
protected  CommandInterface.Command WhereCommand.makeNew(String text)
           
protected  CommandInterface.Command RemoveCommand.makeNew(String text)
           
protected  CommandInterface.Command PrintCommand.makeNew(String text)
           
protected  CommandInterface.Command RepeatCommand.create(String text)
           
protected  CommandInterface.Command RepeatCommand.makeNew(String text)
           
protected  CommandInterface.Command GoCommand.makeNew(String text)
           
protected  CommandInterface.Command NextCommand.makeNew(String text)
           
protected  CommandInterface.Command CommentCommand.makeNew(String text)
           
protected  CommandInterface.Command StepCommand.makeNew(String text)
           
protected  CommandInterface.Command BreakCommand.makeNew(String text)
           
 



Copyright © 2002 Ashridge Technologies Ltd. All Rights Reserved.