|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--engine.Instruction
|
+--engine.DefaultInstruction
|
+--engine.IfInstruction
| Field Summary | |
(package private) Expression |
cond
|
(package private) DefaultInstruction |
iFalse
|
(package private) DefaultInstruction |
iTrue
|
| Fields inherited from class engine.DefaultInstruction |
delayBefore,
desc,
ns,
state |
| Fields inherited from class engine.Instruction |
next |
| Constructor Summary | |
(package private) |
IfInstruction(NameSpace ns,
int db,
InstructionDescription desc,
Expression e,
DefaultInstruction iT,
DefaultInstruction iF,
DefaultInstruction next)
|
| Method Summary | |
void |
execute()
|
Instruction |
next()
|
| Methods inherited from class engine.DefaultInstruction |
checkIfIsAllowedInFunction,
toString,
waitToRun |
| Methods inherited from class engine.Instruction |
add,
append |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
Expression cond
DefaultInstruction iTrue
DefaultInstruction iFalse
| Constructor Detail |
IfInstruction(NameSpace ns,
int db,
InstructionDescription desc,
Expression e,
DefaultInstruction iT,
DefaultInstruction iF,
DefaultInstruction next)
| Method Detail |
public Instruction next()
public void execute()
throws InterpretTimeException,
SimulationStoppedException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||