|
||||||||||
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.UseClause
public class UseClause
Use clause.
Constructor Summary | |
---|---|
UseClause(java.util.List<java.lang.String> declarations)
Creates a use clause. |
|
UseClause(java.lang.String... declarations)
Creates a use clause. |
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getDeclarations()
Returns the list of declarations in this use clause |
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 UseClause(java.lang.String... declarations)
declarations
- the declarationspublic UseClause(java.util.List<java.lang.String> declarations)
declarations
- the declarationsMethod Detail |
---|
public java.util.List<java.lang.String> getDeclarations()
public Scope getScope()
DeclarativeRegion
getScope
in interface DeclarativeRegion
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |