|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.VhdlElement
de.upb.hni.vmagic.LabeledElement
de.upb.hni.vmagic.concurrent.ConcurrentStatement
public abstract class ConcurrentStatement
Abstract base class for concurrent statements.
Constructor Summary | |
---|---|
ConcurrentStatement()
|
Method Summary | |
---|---|
java.lang.String |
getLabel()
Returns the statement's label. |
void |
setLabel(java.lang.String label)
Sets the statement's label. |
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 |
---|
public ConcurrentStatement()
Method Detail |
---|
public java.lang.String getLabel()
getLabel
in class LabeledElement
public void setLabel(java.lang.String label)
null
as the parameter to disable the label.
label
- the label or null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |