context::CDHashSet<Expr, ExprHashFunction> *d_functions;
public:
- /** Create a declaration scope. */
+ /** Create a symbol table. */
SymbolTable();
- /** Destroy a declaration scope. */
+ /** Destroy a symbol table. */
~SymbolTable();
/**
/** Push a scope level. */
void pushScope() throw();
- /** Get the current level of this declaration scope. */
+ /** Get the current level of this symbol table. */
size_t getLevel() const throw();
};/* class SymbolTable */