engine
Class EmptyInstructionDescription

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

class EmptyInstructionDescription
extends InstructionDescription

See Also:
Serialized Form

Fields inherited from class engine.InstructionDescription
delayBefore, line, next, nsd
 
Constructor Summary
EmptyInstructionDescription(int delayBefore, int line, NameSpaceDescription nsd)
           
 
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

EmptyInstructionDescription

public EmptyInstructionDescription(int delayBefore,
                                   int line,
                                   NameSpaceDescription nsd)
Method Detail

instantiate

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