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.


Constructor Index

 o getField(JerminalSession)

Method Index

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

Constructors

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