Inferno
0.2
|
A scope is any space in a program where declarations may appear. Declarations. More...
#include <cpptree.hpp>
Public Attributes | |
NODE_FUNCTIONS Collection < Declaration > | members |
A scope is any space in a program where declarations may appear. Declarations.
in the collection are associated with the scope node but unordered. Scopes are used for name resolution during parse.
Definition at line 64 of file cpptree.hpp.
Definition at line 67 of file cpptree.hpp.