|
||||||||||
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.ForGenerateStatement
public class ForGenerateStatement
For generate statement.
Constructor Summary | |
---|---|
ForGenerateStatement(java.lang.String label,
java.lang.String loopParameter,
DiscreteRange range)
Creates a for generate statement. |
Method Summary | |
---|---|
Constant |
getParameter()
Returns the loop parameter. |
DiscreteRange |
getRange()
Returns the loop range. |
Scope |
getScope()
Returns the scope of this declarative region. |
void |
setRange(DiscreteRange range)
Sets the loop range. |
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 ForGenerateStatement(java.lang.String label, java.lang.String loopParameter, DiscreteRange range)
label
- the labelloopParameter
- the identifier of the for loop parameterrange
- the loop rangeMethod Detail |
---|
public Constant getParameter()
public DiscreteRange getRange()
public void setRange(DiscreteRange range)
range
- the rangepublic Scope getScope()
DeclarativeRegion
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |