frysk.hpd
Class EvalCommands.Print

java.lang.Object
  extended by frysk.hpd.Command
      extended by frysk.hpd.ParameterizedCommand
          extended by frysk.hpd.EvalCommands
              extended by frysk.hpd.EvalCommands.Print
Enclosing class:
EvalCommands

static class EvalCommands.Print
extends EvalCommands


Nested Class Summary
 
Nested classes/interfaces inherited from class frysk.hpd.EvalCommands
EvalCommands.Assign, EvalCommands.Print
 
Constructor Summary
EvalCommands.Print()
           
 
Method Summary
(package private)  void interpret(CLI cli, Input input, Object options)
          Interpret command, using options.
 
Methods inherited from class frysk.hpd.EvalCommands
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

EvalCommands.Print

EvalCommands.Print()
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