frysk.hpd
Class DbgVariableCommands.Unset

java.lang.Object
  extended by frysk.hpd.Command
      extended by frysk.hpd.ParameterizedCommand
          extended by frysk.hpd.DbgVariableCommands
              extended by frysk.hpd.DbgVariableCommands.Unset
Enclosing class:
DbgVariableCommands

static class DbgVariableCommands.Unset
extends DbgVariableCommands


Nested Class Summary
private  class DbgVariableCommands.Unset.Options
           
 
Nested classes/interfaces inherited from class frysk.hpd.DbgVariableCommands
DbgVariableCommands.Set, DbgVariableCommands.Unset
 
Constructor Summary
DbgVariableCommands.Unset()
           
 
Method Summary
 void interpret(CLI cli, Input input, Object o)
          Interpret command, using options.
(package private)  Object options()
          Return the options object (or null) which will be passed to each command option parser.
 
Methods inherited from class frysk.hpd.DbgVariableCommands
completer
 
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

DbgVariableCommands.Unset

DbgVariableCommands.Unset()
Method Detail

options

Object options()
Description copied from class: ParameterizedCommand
Return the options object (or null) which will be passed to each command option parser.

Overrides:
options in class ParameterizedCommand

interpret

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

Specified by:
interpret in class ParameterizedCommand