Puma Reference Manual Puma: 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>

Inherits Puma::CT_ArgDeclList.

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

Puma::CT_ArgNameList::CT_ArgNameList (  )  [inline]

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.




Puma Reference Manual. Created on 11 Sep 2009.