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.
-
nop(JerminalSession)
-
-
evaluate(Vector)
- This method is called by the JerminalSession when it uses this command.
nop
public nop(JerminalSession j)
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