|
||||||||||
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.expression.Aggregate.ElementAssociation
public static class Aggregate.ElementAssociation
An ElementAssociation
associates choices with and expression.
Method Summary | |
---|---|
java.util.List<Choice> |
getChoices()
Returns the list of choices. |
Expression |
getExpression()
Returns the associated expression. |
void |
setExpression(Expression expression)
Sets the associated expression. |
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 |
Method Detail |
---|
public java.util.List<Choice> getChoices()
public Expression getExpression()
public void setExpression(Expression expression)
expression
- the associated expression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |