Puma Reference Manual | Puma::CT_ArgNameList Class Reference |
Tree node representing a K&R function parameter name list. More...
#include <Puma/CTree.h>
Public Member Functions | |
CT_ArgNameList () | |
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. |
Tree node representing a K&R function parameter name list.
Puma::CT_ArgNameList::CT_ArgNameList | ( | ) | [inline] |
Constructor.
static const char* Puma::CT_ArgNameList::NodeId | ( | ) | [static] |
Get the identifier for this node type.
Can be compared with NodeName().
Reimplemented from Puma::CT_ArgDeclList.
const char* Puma::CT_ArgNameList::NodeName | ( | ) | const [inline, virtual] |