engine
Class WaitInstructionDescription

java.lang.Object
  |
  +--engine.InstructionDescription
        |
        +--engine.WaitInstructionDescription

class WaitInstructionDescription
extends InstructionDescription

See Also:
Serialized Form

Fields inherited from class engine.InstructionDescription
delayBefore, line, next, nsd
 
Constructor Summary
(package private) WaitInstructionDescription()
           
 
Method Summary
(package private)  DefaultInstruction instantiate(NameSpace ns)
           
 
Methods inherited from class engine.InstructionDescription
add, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

WaitInstructionDescription

WaitInstructionDescription()
Method Detail

instantiate

DefaultInstruction instantiate(NameSpace ns)
                         throws ParseException
Overrides:
instantiate in class InstructionDescription