|
ACT Library
|
This is used to display messages during expansion. More...
#include <body.h>
Public Member Functions | |
| ActBody_Print (int line, list_t *_l) | |
| ~ActBody_Print () | |
| void | Expand (ActNamespace *, Scope *) |
| ActBody * | Clone () |
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 | |
| list_t * | l |
Additional Inherited Members | |
Protected Attributes inherited from ActBody | |
| int | _line |
| saved away line number information | |
This is used to display messages during expansion.
|
inline |
| line | is the line number |
| _l | is a list of items to be printed, each of which is a act_func_arguments_t pointer. |
|
inline |
|
virtual |
Reimplemented from ActBody.
|
virtual |
Expand out the current body item, updating the necessary data structures as the expansion process proceeds.
Reimplemented from ActBody.
|
private |