|
||||||||||
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.Subtype
public class Subtype
Subtype declaration.
Constructor Summary | |
---|---|
Subtype(java.lang.String identifier,
SubtypeIndication subtypeIndication)
Creates a subtype declaration. |
Method Summary | |
---|---|
java.lang.String |
getIdentifier()
Returns the identifier of this subtye. |
SubtypeIndication |
getSubtypeIndication()
Return the subtype indication. |
void |
setIdentifier(java.lang.String identifier)
Sets the identifier of this subtype. |
void |
setSubtypeIndication(SubtypeIndication subtypeIndication)
Sets the subtype indication. |
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 Subtype(java.lang.String identifier, SubtypeIndication subtypeIndication)
identifier
- the identifier of this subtype declarationsubtypeIndication
- the subtype indicationMethod Detail |
---|
public java.lang.String getIdentifier()
getIdentifier
in interface NamedEntity
public void setIdentifier(java.lang.String identifier)
identifier
- the identifierpublic SubtypeIndication getSubtypeIndication()
public void setSubtypeIndication(SubtypeIndication subtypeIndication)
subtypeIndication
- the subtype indication
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |