|
||||||||||
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.PackageBody
public class PackageBody
PackageDeclaration body.
Constructor Summary | |
---|---|
PackageBody(PackageDeclaration pack)
Creates a package body. |
Method Summary | |
---|---|
java.util.List<PackageBodyDeclarativeItem> |
getDeclarations()
Returns the list of declarations in this package body. |
PackageDeclaration |
getPackage()
Returns the associated package. |
Scope |
getScope()
Returns the scope of this declarative region. |
void |
setPackage(PackageDeclaration pack)
Sets the associated package. |
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 PackageBody(PackageDeclaration pack)
pack
- the associated packageMethod Detail |
---|
public PackageDeclaration getPackage()
public void setPackage(PackageDeclaration pack)
pack
- the packagepublic java.util.List<PackageBodyDeclarativeItem> getDeclarations()
public Scope getScope()
DeclarativeRegion
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |