frysk.hpd
Class StackCommands.Frame

java.lang.Object
  extended by frysk.hpd.Command
      extended by frysk.hpd.ParameterizedCommand
          extended by frysk.hpd.StackCommands
              extended by frysk.hpd.StackCommands.Frame
Enclosing class:
StackCommands

static class StackCommands.Frame
extends StackCommands


Nested Class Summary
 
Nested classes/interfaces inherited from class frysk.hpd.StackCommands
StackCommands.Down, StackCommands.Frame, StackCommands.Up, StackCommands.Where
 
Constructor Summary
StackCommands.Frame()
           
 
Method Summary
(package private)  void interpret(CLI cli, Input input, Object options)
          Interpret command, using options.
 
Methods inherited from class frysk.hpd.StackCommands
completer, options
 
Methods inherited from class frysk.hpd.ParameterizedCommand
add, complete, help, interpret
 
Methods inherited from class frysk.hpd.Command
description
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StackCommands.Frame

StackCommands.Frame()
Method Detail

interpret

void interpret(CLI cli,
               Input input,
               Object options)
Description copied from class: ParameterizedCommand
Interpret command, using options.

Specified by:
interpret in class ParameterizedCommand