ACT Library
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
ActBody_Select Class Reference

This is used to contain the complete selection statement in the core ACT language. More...

#include <body.h>

Inheritance diagram for ActBody_Select:
ActBody

Public Member Functions

 ActBody_Select (int line, ActBody_Select_gc *_gc)
 
void Expand (ActNamespace *, Scope *)
 
ActBodyClone ()
 
ActBody_Select_gcgetGC ()
 
- Public Member Functions inherited from ActBody
 ActBody (int line)
 
virtual ~ActBody ()
 
void Append (ActBody *b)
 
void insertNext (ActBody *b)
 
ActBodyTail ()
 
ActBodyNext ()
 
virtual ActBodyClone ()
 
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_gcgc
 the guarded command list
 

Additional Inherited Members

- Protected Attributes inherited from ActBody
int _line
 saved away line number information
 

Detailed Description

This is used to contain the complete selection statement in the core ACT language.

Constructor & Destructor Documentation

◆ ActBody_Select()

ActBody_Select::ActBody_Select ( int  line,
ActBody_Select_gc _gc 
)
inline
Parameters
lineis the line number
_gcis the list of guarded commands

Member Function Documentation

◆ Clone()

ActBody * ActBody_Select::Clone ( )
virtual
Returns
a deep copy of the body item list

Reimplemented from ActBody.

◆ Expand()

void ActBody_Select::Expand ( ActNamespace ,
Scope  
)
virtual

Expand out the current body item, updating the necessary data structures as the expansion process proceeds.

Reimplemented from ActBody.

◆ getGC()

ActBody_Select_gc * ActBody_Select::getGC ( )
inline
Returns
the list of guarded commands

Member Data Documentation

◆ gc

ActBody_Select_gc* ActBody_Select::gc
private

the guarded command list


The documentation for this class was generated from the following file: