| Puma Reference Manual | Puma: Puma::CT_MembRefExpr Class Reference |
#include <Puma/CTree.h>

Example:
a.b
Public Member Functions | |
| CT_MembRefExpr (CTree *e, CTree *o, CTree *i) | |
| Constructor. | |
| const char * | NodeName () const |
| Get the name of the node. | |
Static Public Member Functions | |
| static const char * | NodeId () |
| Get the identifier for this node type. | |
Constructor.
| e | Expression on which to call the member. | |
| o | The dot operator. | |
| i | The member name. |
| static const char* Puma::CT_MembRefExpr::NodeId | ( | ) | [static] |
Get the identifier for this node type.
Can be compared with NodeName().
Reimplemented from Puma::CT_MembPtrExpr.
| const char* Puma::CT_MembRefExpr::NodeName | ( | ) | const [inline, virtual] |