|
Building Parsers with Java | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--sjm.imperative.Command
|
+--sjm.imperative.AssignmentCommand
This class holds an sjm.engine.Evaluation
object, and executes it upon receiving an execute
command.
| Field Summary | |
protected Evaluation |
evaluation
|
| Constructor Summary | |
AssignmentCommand(Evaluation evaluation)
Construct an Assignment command from the
given Evaluation. |
|
| Method Summary | |
void |
execute()
Execute the assignment. |
java.lang.String |
toString()
Returns a string representation of this command. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
protected Evaluation evaluation
| Constructor Detail |
public AssignmentCommand(Evaluation evaluation)
Assignment command from the
given Evaluation.| Method Detail |
public void execute()
public java.lang.String toString()
|
by Steve Metsker | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||