All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.cometway.jerminal.commands.setField

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

public class setField
extends JerminalCommand
This command sets a field of a java.lang.Object.

Synopsis:

setField [Target Object] [field name] [Field Value Object] (field type)
The Object [Target Object]'s field, [field name] will be set to [Field Value Object]. In the case that the field is a primitive, the (field type) is used to indicate which primitive to set the field to.


Constructor Index

 o setField(JerminalSession)

Method Index

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

Constructors

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