Uses of Interface
de.upb.hni.vmagic.Scope

Packages that use Scope
de.upb.hni.vmagic Contains miscellaneous classes. 
de.upb.hni.vmagic.concurrent Contains concurrent statement meta classes. 
de.upb.hni.vmagic.declaration Contains declaration meta classes. 
de.upb.hni.vmagic.libraryunit Contains library unit meta classes. 
de.upb.hni.vmagic.statement Contains sequential statement meta classes. 
 

Uses of Scope in de.upb.hni.vmagic
 

Methods in de.upb.hni.vmagic that return Scope
static Scope Scopes.createScope(VhdlElement parent, Resolvable... list)
          Creates a scope.
 Scope DeclarativeRegion.getScope()
          Returns the scope of this declarative region.
 Scope LibraryDeclarativeRegion.getScope()
           
 Scope RootDeclarativeRegion.getScope()
           
 Scope VhdlFile.getScope()
           
 

Uses of Scope in de.upb.hni.vmagic.concurrent
 

Methods in de.upb.hni.vmagic.concurrent that return Scope
 Scope AbstractProcessStatement.getScope()
           
 Scope BlockStatement.getScope()
           
 Scope ForGenerateStatement.getScope()
           
 Scope IfGenerateStatement.getScope()
           
 

Uses of Scope in de.upb.hni.vmagic.declaration
 

Methods in de.upb.hni.vmagic.declaration that return Scope
 Scope Component.getScope()
           
 Scope SubprogramBody.getScope()
           
 

Uses of Scope in de.upb.hni.vmagic.libraryunit
 

Methods in de.upb.hni.vmagic.libraryunit that return Scope
 Scope Architecture.getScope()
           
 Scope Configuration.getScope()
           
 Scope Entity.getScope()
           
 Scope LibraryClause.getScope()
           
 Scope PackageBody.getScope()
           
 Scope PackageDeclaration.getScope()
           
 Scope UseClause.getScope()
           
 

Uses of Scope in de.upb.hni.vmagic.statement
 

Methods in de.upb.hni.vmagic.statement that return Scope
 Scope ForStatement.getScope()
           
 Scope LoopStatement.getScope()