Uses of Class
cppast.Scope

Packages that use Scope
cppast   
 

Uses of Scope in cppast
 

Methods in cppast that return Scope
 Scope Scope.close()
          Close the scope.
 Scope Scope.createScope(java.lang.String name)
          Create a sub-scope to the scope.
 Scope SymbolTable.getCurrentScope()
           
 Scope Scope.getScope(java.lang.String name)
          Retrieve the scope of a given name.
 

Methods in cppast with parameters of type Scope
 void Scope.extend(Scope scope)
          Extend the scope with another one.
 void SimpleNode.openScope(Token token, Scope scope)
          Open the node scope.
 



Copyright © 2006-2007 null. All Rights Reserved.