|
||||||||||
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.Group
public class Group
Group declaration.
Constructor Summary | |
---|---|
Group(java.lang.String identifier,
GroupTemplate template)
Creates a group declaration. |
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getConstituents()
Returns the constituents. |
java.lang.String |
getIdentifier()
Returns the identifier of this group. |
GroupTemplate |
getTemplate()
Returns the group template. |
void |
setIdentifier(java.lang.String identifier)
Sets the identifier of this group. |
void |
setTemplate(GroupTemplate template)
Sets the group template. |
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 Group(java.lang.String identifier, GroupTemplate template)
identifier
- the identifiertemplate
- the group templateMethod Detail |
---|
public java.lang.String getIdentifier()
getIdentifier
in interface NamedEntity
public void setIdentifier(java.lang.String identifier)
identifier
- the identifierpublic GroupTemplate getTemplate()
public void setTemplate(GroupTemplate template)
template
- the templatepublic java.util.List<java.lang.String> getConstituents()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |