Puma Reference Manual Puma: Puma::CT_MembList Class Reference



Puma::CT_MembList Class Reference

Tree node representing a member declarations list. More...

#include <Puma/CTree.h>

Inheritance diagram for Puma::CT_MembList:
Inheritance graph

List of all members.

Public Member Functions

 CT_MembList (int size=10, int incr=10)
const char * NodeName () const
 Get the name of the node.
CSemScopeSemScope () 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.

Detailed Description

Tree node representing a member declarations list.


Constructor & Destructor Documentation

Puma::CT_MembList::CT_MembList ( int  size = 10,
int  incr = 10 
) [inline]

Member Function Documentation

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 scope opened by the member declarations list.

Reimplemented from Puma::CTree.