Puma Reference Manual Puma::CT_ArgNameList Class Reference



Puma::CT_ArgNameList Class Reference

Tree node representing a K&R function parameter name list. More...

#include <Puma/CTree.h>

Inheritance diagram for Puma::CT_ArgNameList:
Inheritance graph

List of all members.

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.

Detailed Description

Tree node representing a K&R function parameter name list.


Constructor & Destructor Documentation

Constructor.


Member Function Documentation

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]

Get the name of the node.

Can be compared with NodeId().

Reimplemented from Puma::CT_ArgDeclList.