|
||||||||||
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.RootDeclarativeRegion
public class RootDeclarativeRegion
Root declarative region. The root declarative region is the base of the scope tree and can contain multiple libraries.
Constructor Summary | |
---|---|
RootDeclarativeRegion()
Creates an root declarative region containing the Standard library. |
Method Summary | |
---|---|
java.util.List<LibraryDeclarativeRegion> |
getLibraries()
Returns the libraries in this root declarative region. |
Scope |
getScope()
Returns the scope of this 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 RootDeclarativeRegion()
Method Detail |
---|
public java.util.List<LibraryDeclarativeRegion> getLibraries()
public Scope getScope()
DeclarativeRegion
getScope
in interface DeclarativeRegion
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |