Puma Reference Manual | Puma::CT_MembList Class Reference |
Tree node representing a member declarations list. More...
#include <Puma/CTree.h>
Public Member Functions | |
CT_MembList (int size=10, int incr=10) | |
const char * | NodeName () const |
Get the name of the node. | |
CSemScope * | SemScope () const |
Get the scope opened by the member declarations list. | |
Static Public Member Functions | |
static const char * | NodeId () |
Get the identifier for this node type. |
Tree node representing a member declarations list.
Puma::CT_MembList::CT_MembList | ( | int | size = 10 , |
int | incr = 10 |
||
) | [inline] |
static const char* Puma::CT_MembList::NodeId | ( | ) | [static] |
Get the identifier for this node type.
Can be compared with NodeName().
Reimplemented from Puma::CT_DeclList.
const char* Puma::CT_MembList::NodeName | ( | ) | const [inline, virtual] |
CSemScope* Puma::CT_MembList::SemScope | ( | ) | const [inline, virtual] |
Get the scope opened by the member declarations list.
Reimplemented from Puma::CTree.