|
||||||||||
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
de.upb.hni.vmagic.concurrent.AbstractPostponableConcurrentStatement
public abstract class AbstractPostponableConcurrentStatement
Abstract concurrent statement with support for the postponed keyword.
Constructor Summary | |
---|---|
AbstractPostponableConcurrentStatement()
|
Method Summary | |
---|---|
boolean |
isPostponed()
Returns if this statement is postponed. |
void |
setPostponed(boolean postponed)
Sets if this statement is postponed. |
Methods inherited from class de.upb.hni.vmagic.concurrent.ConcurrentStatement |
---|
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 |
---|
public AbstractPostponableConcurrentStatement()
Method Detail |
---|
public boolean isPostponed()
true
, if this statement is postponedpublic void setPostponed(boolean postponed)
postponed
- true
, if this statement should be postponed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |