All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.cometway.jerminal.commands.eval

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

public class eval
extends JerminalCommand
This command will evaluate whatever arguments you pass it.


Constructor Index

 o eval(JerminalSession)

Method Index

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

Constructors

 o eval
 public eval(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