edu.usp.ime.hipo.core
Class NullInstruction

java.lang.Object
  extended by edu.usp.ime.hipo.core.NullInstruction
All Implemented Interfaces:
Instruction

public class NullInstruction
extends java.lang.Object
implements Instruction

Representa uma instrução nula, que não faz nada.

Author:
Rafael Crivellari Saliba Schouery (schouery@gmail.com)

Constructor Summary
NullInstruction()
           
 
Method Summary
 void execute()
          Não faz nada.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullInstruction

public NullInstruction()
Method Detail

execute

public void execute()
Não faz nada.

Specified by:
execute in interface Instruction