|
||||||||||
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.AssociationElement
public class AssociationElement
Association element.
Constructor Summary | |
---|---|
AssociationElement(Expression actual)
Creates an association element without a formal part. |
|
AssociationElement(java.lang.String formal,
Expression actual)
Creates an association element with a formal and actual part. |
Method Summary | |
---|---|
Expression |
getActual()
Return the actual part of this association. |
java.lang.String |
getFormal()
Returns the formal part of this association. |
void |
setActual(Expression actual)
Sets the actual part of this association. |
void |
setFormal(java.lang.String formal)
Sets the formal part of this association. |
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 AssociationElement(Expression actual)
actual
- the actual partpublic AssociationElement(java.lang.String formal, Expression actual)
formal
- the formal partactual
- the actual partMethod Detail |
---|
public Expression getActual()
public void setActual(Expression actual)
actual
- the actual partpublic java.lang.String getFormal()
public void setFormal(java.lang.String formal)
formal
- the formal part
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |