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

This is used to display messages during expansion. More...

#include <body.h>

Inheritance diagram for ActBody_Print:
ActBody

Public Member Functions

 ActBody_Print (int line, list_t *_l)
 
 ~ActBody_Print ()
 
void Expand (ActNamespace *, Scope *)
 
ActBodyClone ()
 
- 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

list_t * l
 

Additional Inherited Members

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

Detailed Description

This is used to display messages during expansion.

Constructor & Destructor Documentation

◆ ActBody_Print()

ActBody_Print::ActBody_Print ( int  line,
list_t *  _l 
)
inline
Parameters
lineis the line number
_lis a list of items to be printed, each of which is a act_func_arguments_t pointer.

◆ ~ActBody_Print()

ActBody_Print::~ActBody_Print ( )
inline

Member Function Documentation

◆ Clone()

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

Reimplemented from ActBody.

◆ Expand()

void ActBody_Print::Expand ( ActNamespace ,
Scope  
)
virtual

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

Reimplemented from ActBody.

Member Data Documentation

◆ l

list_t* ActBody_Print::l
private

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