Puma Reference Manual | Puma::CT_AnyList Class Reference |
Tree node representing a list wildcard. More...
#include <Puma/CTree.h>
Public Member Functions | |
CT_AnyList (CTree *k, CTree *e=(CTree *) 0) | |
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 list wildcard.
Puma::CT_AnyList::CT_AnyList | ( | CTree * | k, |
CTree * | e = (CTree*)0 |
||
) | [inline] |
Constructor.
k | The wildcard keyword. |
e | The extension. |
static const char* Puma::CT_AnyList::NodeId | ( | ) | [static] |
Get the identifier for this node type.
Can be compared with NodeName().
Reimplemented from Puma::CT_Any.
const char* Puma::CT_AnyList::NodeName | ( | ) | const [inline, virtual] |