Uses of Class
es.uned.compiler.semantic.symbol.Scope

Packages that use Scope
es.uned.compiler.semantic.symbol   
 

Uses of Scope in es.uned.compiler.semantic.symbol
 

Methods in es.uned.compiler.semantic.symbol that return Scope
 Scope ScopeManagerIF.createScope(java.lang.String name)
          Creates a new scope and adds it to the scope stack.
 Scope ScopeManager.createScope(java.lang.String name)
          Creates a new scope and adds it to the scope stack.