#include <CTree.h>

Public Member Functions | |
| CT_MembList (int size=10, int incr=10) | |
| const char * | NodeName () const |
| CSemScope * | SemScope () const |
Static Public Member Functions | |
| static const char * | NodeId () |
| 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] |
Get the name of the node. Can be compared with NodeId().
Reimplemented from Puma::CT_DeclList.
| CSemScope* Puma::CT_MembList::SemScope | ( | ) | const [inline, virtual] |
Get the semantic scope of the node.
Reimplemented from Puma::CTree.
1.5.5