|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--engine.Instruction
The most general instruction. It provides a chaining mechanism used by Time and ControlThread.
| Field Summary | |
(package private) Instruction |
next
the next instruction into this block |
| Constructor Summary | |
Instruction()
|
|
| Method Summary | |
Instruction |
add(Instruction next)
|
void |
append(Instruction i)
Adds i to the and of this instruction chain |
Instruction |
next()
Default imlpementation; if and other branch instructions should provide an appropriate implementation. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
Instruction next
| Constructor Detail |
public Instruction()
| Method Detail |
public Instruction add(Instruction next)
public Instruction next()
public void append(Instruction i)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||