|
||||||||||
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.libraryunit.LibraryUnit
de.upb.hni.vmagic.libraryunit.Architecture
public class Architecture
Architecture body.
Constructor Summary | |
---|---|
Architecture(java.lang.String identifier,
Entity entity)
Creates an architecture. |
Method Summary | |
---|---|
java.util.List<BlockDeclarativeItem> |
getDeclarations()
Returns the list of declarations in this architecture. |
Entity |
getEntity()
Returns the entity that belogs to this architecture. |
java.lang.String |
getIdentifier()
Returns the identifier of this architecture. |
Scope |
getScope()
Returns the scope of this declarative region. |
java.util.List<ConcurrentStatement> |
getStatements()
Returns the list of statements in this architecture. |
void |
setEntity(Entity entity)
Sets the entity that belongs to this architecture. |
void |
setIdentifier(java.lang.String identifier)
Sets the identifier of this architecture. |
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 Architecture(java.lang.String identifier, Entity entity)
identifier
- the architectures identifierentity
- the associated entityMethod Detail |
---|
public Entity getEntity()
public void setEntity(Entity entity)
entity
- the entitypublic java.lang.String getIdentifier()
getIdentifier
in interface NamedEntity
public void setIdentifier(java.lang.String identifier)
identifier
- the identifierpublic java.util.List<BlockDeclarativeItem> getDeclarations()
public java.util.List<ConcurrentStatement> getStatements()
public Scope getScope()
DeclarativeRegion
getScope
in interface DeclarativeRegion
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |