engine
Class ForeverInstruction

java.lang.Object
  |
  +--engine.Instruction
        |
        +--engine.DefaultInstruction
              |
              +--engine.ForeverInstruction

class ForeverInstruction
extends DefaultInstruction

See Also:
Serialized Form

Fields inherited from class engine.DefaultInstruction
delayBefore, desc, ns, state
 
Fields inherited from class engine.Instruction
next
 
Constructor Summary
(package private) ForeverInstruction(NameSpace ns, int db, InstructionDescription desc, DefaultInstruction body, DefaultInstruction next)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class engine.DefaultInstruction
checkIfIsAllowedInFunction, toString, waitToRun
 
Methods inherited from class engine.Instruction
add, append, next
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

ForeverInstruction

ForeverInstruction(NameSpace ns,
                   int db,
                   InstructionDescription desc,
                   DefaultInstruction body,
                   DefaultInstruction next)
Method Detail

execute

public void execute()
             throws InterpretTimeException,
                    SimulationStoppedException