#include
List of all members.
Public Methods |
|
TScopeStack () | |
TScope * | scope () const |
returns the current scope. More... |
|
void | enterScope (TScope *) |
pushes the given scope to the scope stack wich is equivalent for entering a new scope. More... |
|
void | leaveScope () |
leaves current scope depth simply by popping the top of the scope stack (without deleting it!). More... |
Definition at line 27 of file scopestack.h.
|
|
pushes the given scope to the scope stack wich is equivalent for entering a new scope. |
|
leaves current scope depth simply by popping the top of the scope stack (without deleting it!). |
|
returns the current scope. |