All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class com.cometway.jerminal.commands.getField
com.cometway.jerminal.commands.JerminalCommand
   |
   +----com.cometway.jerminal.commands.getField
  -  public class getField
  
-  extends JerminalCommand
  
This command takes a java.lang.Object and a field name (java.lang.String). This command returns the 
 field of the Object that was given as an argument.
 Synopsis:
 
 - getField [Object] [field name]
 
 - The field [field name] of the object [Object] is returned. It will be the same type (the same
 Class) as the field.
 
 
  
  -  
	getField(JerminalSession)
   -  
 
  
  -  
	evaluate(Vector)
   -   This method is called by the JerminalSession when it uses this command.
 
  
getField
 public getField(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