|
||||||||||
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.AbstractGenerateStatement
de.upb.hni.vmagic.concurrent.IfGenerateStatement
public class IfGenerateStatement
If generate statement.
Constructor Summary | |
---|---|
IfGenerateStatement(java.lang.String label,
Expression condition)
Creates an if generate statement. |
Method Summary | |
---|---|
Expression |
getCondition()
Returns the if condition. |
Scope |
getScope()
Returns the scope of this declarative region. |
void |
setCondition(Expression condition)
Sets the if condition. |
Methods inherited from class de.upb.hni.vmagic.concurrent.AbstractGenerateStatement |
---|
getDeclarations, getStatements |
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 IfGenerateStatement(java.lang.String label, Expression condition)
label
- the labelcondition
- the if conditionMethod Detail |
---|
public Expression getCondition()
public void setCondition(Expression condition)
condition
- the conditionpublic Scope getScope()
DeclarativeRegion
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |