|
||||||||||
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.DeclarativeItem
de.upb.hni.vmagic.declaration.Attribute
public class Attribute
Attribute declaration.
Constructor Summary | |
---|---|
Attribute(java.lang.String identifier,
SubtypeIndication type)
Creates a attribute declartion. |
Method Summary | |
---|---|
java.lang.String |
getIdentifier()
Returns the identifier of this attribtue. |
SubtypeIndication |
getType()
Returns the type of this attribtue. |
void |
setIdentifier(java.lang.String identifier)
Sets the identifier of this attribute. |
void |
setType(SubtypeIndication type)
Sets the type of this attribtue. |
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 Attribute(java.lang.String identifier, SubtypeIndication type)
identifier
- the identifertype
- the type of this attribtueMethod Detail |
---|
public java.lang.String getIdentifier()
getIdentifier
in interface NamedEntity
public void setIdentifier(java.lang.String identifier)
identifier
- the identifierpublic SubtypeIndication getType()
public void setType(SubtypeIndication type)
type
- the type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |