engine
Class EmptyInstruction

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

class EmptyInstruction
extends DefaultInstruction

written like this : ";"

See Also:
Serialized Form

Fields inherited from class engine.DefaultInstruction
delayBefore, desc, ns, state
 
Fields inherited from class engine.Instruction
next
 
Constructor Summary
EmptyInstruction(EmptyInstruction original)
           
EmptyInstruction(NameSpace ns, int delaybefore, InstructionDescription desc, DefaultInstruction next)
           
 
Method Summary
 java.lang.Object clone()
           
 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
, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

EmptyInstruction

public EmptyInstruction(EmptyInstruction original)

EmptyInstruction

public EmptyInstruction(NameSpace ns,
                        int delaybefore,
                        InstructionDescription desc,
                        DefaultInstruction next)
Method Detail

execute

public void execute()
             throws InterpretTimeException,
                    SimulationStoppedException

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object