|
||||||||||
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
de.upb.hni.vmagic.concurrent.EntityStatement
de.upb.hni.vmagic.concurrent.AbstractProcessStatement
public abstract class AbstractProcessStatement
Abstract base class for process statements.
Constructor Summary | |
---|---|
AbstractProcessStatement()
Creates an abstract process statement without a label. |
|
AbstractProcessStatement(java.lang.String label)
Creates an abstract process statement with the given label. |
Method Summary | |
---|---|
abstract java.util.List<ProcessDeclarativeItem> |
getDeclarations()
Returns the declarations. |
Scope |
getScope()
Returns the scope of this declarative region. |
abstract java.util.List<Signal> |
getSensitivityList()
Returns the sensitivity list. |
abstract java.util.List<SequentialStatement> |
getStatements()
Returns the statements. |
Methods inherited from class de.upb.hni.vmagic.concurrent.AbstractPostponableConcurrentStatement |
---|
isPostponed, setPostponed |
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 AbstractProcessStatement()
public AbstractProcessStatement(java.lang.String label)
label
- the labelMethod Detail |
---|
public abstract java.util.List<Signal> getSensitivityList()
public abstract java.util.List<ProcessDeclarativeItem> getDeclarations()
public abstract java.util.List<SequentialStatement> getStatements()
public Scope getScope()
DeclarativeRegion
getScope
in interface DeclarativeRegion
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |