de.upb.hni.vmagic.statement
Class NullStatement

java.lang.Object
  extended by de.upb.hni.vmagic.VhdlElement
      extended by de.upb.hni.vmagic.LabeledElement
          extended by de.upb.hni.vmagic.statement.SequentialStatement
              extended by de.upb.hni.vmagic.statement.NullStatement

public class NullStatement
extends SequentialStatement

Null statement.

Example:
vMAGIC code:
NullStatement statement = new NullStatement();
VHDL output:
null;

Constructor Summary
NullStatement()
          Creates a null statement.
 
Method Summary
 
Methods inherited from class de.upb.hni.vmagic.statement.SequentialStatement
getLabel, setLabel
 
Methods inherited from class de.upb.hni.vmagic.VhdlElement
getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullStatement

public NullStatement()
Creates a null statement.