Puma Reference Manual | Puma::CT_DelayedParsePureSpec Class Reference |
Tree node representing a delayed pure specifier. More...
#include <Puma/DelayedParseTree.h>
Public Member Functions | |
CT_DelayedParsePureSpec (Token *s) | |
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 delayed pure specifier.
Puma::CT_DelayedParsePureSpec::CT_DelayedParsePureSpec | ( | Token * | s | ) | [inline] |
Constructor.
s | Start token. |
static const char* Puma::CT_DelayedParsePureSpec::NodeId | ( | ) | [static] |
Get the identifier for this node type.
Can be compared with NodeName().
Reimplemented from Puma::CT_DelayedParse.
const char* Puma::CT_DelayedParsePureSpec::NodeName | ( | ) | const [inline, virtual] |