|
||||||||||
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.LibraryDeclarativeRegion
public class LibraryDeclarativeRegion
Library declarative region.
Constructor Summary | |
---|---|
LibraryDeclarativeRegion(java.lang.String identifier)
Creates a library declarative region. |
Method Summary | |
---|---|
java.util.List<VhdlFile> |
getFiles()
Returns a list of files included in this libray. |
java.lang.String |
getIdentifier()
Returns the identifier of this library declarative region. |
Scope |
getScope()
Returns the scope of this declarative region. |
void |
setIdentifier(java.lang.String identifier)
Sets the identifier of this libraray declarative region. |
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 LibraryDeclarativeRegion(java.lang.String identifier)
identifier
- the identifier of the libraryMethod Detail |
---|
public java.lang.String getIdentifier()
getIdentifier
in interface NamedEntity
public void setIdentifier(java.lang.String identifier)
identifier
- the identifierpublic java.util.List<VhdlFile> getFiles()
public Scope getScope()
DeclarativeRegion
getScope
in interface DeclarativeRegion
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |