de.upb.hni.vmagic
Class LabeledElement

java.lang.Object
  extended by de.upb.hni.vmagic.VhdlElement
      extended by de.upb.hni.vmagic.LabeledElement
Direct Known Subclasses:
ConcurrentStatement, SequentialStatement

public abstract class LabeledElement
extends VhdlElement

Element with an label.


Constructor Summary
LabeledElement()
           
 
Method Summary
abstract  java.lang.String getLabel()
          Returns the label of this element.
 
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

LabeledElement

public LabeledElement()
Method Detail

getLabel

public abstract java.lang.String getLabel()
Returns the label of this element.

Returns:
the label or null if no label is set