|
ACT Library
|
This is used to switch namespaces during the expansion phase. More...
#include <body.h>
Public Member Functions | |
| ActBody_Namespace (ActNamespace *_ns) | |
| void | Expand (ActNamespace *, Scope *) |
| ActBody * | Clone () |
| ActNamespace * | getNS () |
Public Member Functions inherited from ActBody | |
| ActBody (int line) | |
| virtual | ~ActBody () |
| void | Append (ActBody *b) |
| void | insertNext (ActBody *b) |
| ActBody * | Tail () |
| ActBody * | Next () |
| virtual ActBody * | Clone () |
| virtual void | Expand (ActNamespace *, Scope *) |
| void | Expandlist (ActNamespace *, Scope *) |
| virtual void | Print (FILE *) |
| void | updateInstType (list_t *namelist, InstType *it) |
| int | getLine () |
Private Attributes | |
| ActNamespace * | ns |
Additional Inherited Members | |
Protected Attributes inherited from ActBody | |
| int | _line |
| saved away line number information | |
This is used to switch namespaces during the expansion phase.
|
inline |
| _ns | is the new namespace to be switched to |
|
virtual |
Reimplemented from ActBody.
|
virtual |
Expand out the current body item, updating the necessary data structures as the expansion process proceeds.
Reimplemented from ActBody.
|
inline |
|
private |