ACT Library
|
This is used to contain the complete selection statement in the core ACT language. More...
#include <body.h>
Public Member Functions | |
ActBody_Select (int line, ActBody_Select_gc *_gc) | |
void | Expand (ActNamespace *, Scope *) |
ActBody * | Clone () |
ActBody_Select_gc * | getGC () |
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 | |
ActBody_Select_gc * | gc |
the guarded command list | |
Additional Inherited Members | |
Protected Attributes inherited from ActBody | |
int | _line |
saved away line number information | |
This is used to contain the complete selection statement in the core ACT language.
|
inline |
line | is the line number |
_gc | is the list of guarded commands |
|
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 |
the guarded command list