All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.cometway.jerminal.commands.nop

com.cometway.jerminal.commands.JerminalCommand
   |
   +----com.cometway.jerminal.commands.nop

public class nop
extends JerminalCommand
This command will do nothing. The interpreter will, however, process any $ or % tokens it finds.


Constructor Index

 o nop(JerminalSession)

Method Index

 o evaluate(Vector)
This method is called by the JerminalSession when it uses this command.

Constructors

 o nop
 public nop(JerminalSession j)

Methods

 o evaluate
 public Object evaluate(Vector operands)
This method is called by the JerminalSession when it uses this command.

Overrides:
evaluate in class JerminalCommand

All Packages  Class Hierarchy  This Package  Previous  Next  Index