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