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