|
||||||||||
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.declaration.AttributeSpecification.EntityNameList.EntityDesignator
public static class AttributeSpecification.EntityNameList.EntityDesignator
Entity designator.
Constructor Summary | |
---|---|
AttributeSpecification.EntityNameList.EntityDesignator(java.lang.String entityTag)
Creates a entity designator. |
|
AttributeSpecification.EntityNameList.EntityDesignator(java.lang.String entityTag,
Signature signature)
Creates a entity designator with a signature. |
Method Summary | |
---|---|
java.lang.String |
getEntityTag()
Returns the tag. |
Signature |
getSignature()
Returns the signature. |
void |
setEntityTag(java.lang.String entityTag)
Sets the tag. |
void |
setSignature(Signature signature)
Sets the signature. |
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 AttributeSpecification.EntityNameList.EntityDesignator(java.lang.String entityTag)
entityTag
- the tag of the designatorpublic AttributeSpecification.EntityNameList.EntityDesignator(java.lang.String entityTag, Signature signature)
entityTag
- the tagsignature
- the signatureMethod Detail |
---|
public java.lang.String getEntityTag()
public void setEntityTag(java.lang.String entityTag)
entityTag
- the tagpublic Signature getSignature()
null
if this designator has no signature.
null
public void setSignature(Signature signature)
null
as the parameter to disable the signature.
signature
- the signature or null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |