frysk.hpd
Class StackCommands.Up

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

static class StackCommands.Up
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.Up()
           
 
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.Up

StackCommands.Up()
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