PUMA Library Reference Manual
|
#include <Puma/CSemScope.h>
Scope information object for syntax tree nodes.
Some syntactic constructs open own scopes, e.g. class definitions, function bodies, and compound statements.
Public Member Functions | |
CSemScope () | |
Constructor. | |
void | Scope (CStructure *s) |
Set the scope. | |
CStructure * | Scope () const |
Get the scope. | |
|
inline |
Constructor.
|
inline |
Get the scope.
|
inline |
Set the scope.
s | The scope. |