Uses of Class
org.prorefactor.treeparser.SymbolScopeRoot

Packages that use SymbolScopeRoot
org.prorefactor.core.schema   
org.prorefactor.treeparser General use classes for any or all Tree Parsers. 
org.prorefactor.treeparser01 This is the "primary" tree parser, which provides basic services such as scope and name resolution. 
 

Uses of SymbolScopeRoot in org.prorefactor.core.schema
 

Methods in org.prorefactor.core.schema with parameters of type SymbolScopeRoot
 Table Table.copyBare(SymbolScopeRoot scope)
          Create a bare minimum copy of a Table definition.
 

Uses of SymbolScopeRoot in org.prorefactor.treeparser
 

Subclasses of SymbolScopeRoot in org.prorefactor.treeparser
 class SymbolScopeSuper
          Contains skeleton symbols for purposes of inheritance.
 

Fields in org.prorefactor.treeparser declared as SymbolScopeRoot
protected  SymbolScopeRoot SymbolScope.rootScope
           
 

Methods in org.prorefactor.treeparser that return SymbolScopeRoot
 SymbolScopeRoot ParseUnit.getRootScope()
           
 SymbolScopeRoot SymbolScope.getRootScope()
           
 

Methods in org.prorefactor.treeparser with parameters of type SymbolScopeRoot
 void SymbolScopeRoot.assignSuper(SymbolScopeRoot superScope)
          Assign a super (inherited) class scope to this class scope.
 void ParseUnit.setRootScope(SymbolScopeRoot rootScope)
           
 

Uses of SymbolScopeRoot in org.prorefactor.treeparser01
 

Methods in org.prorefactor.treeparser01 that return SymbolScopeRoot
 SymbolScopeRoot TP01Support.getRootScope()
           
 



Copyright © 2008 Joanju Software. All Rights Reserved.