Puma Reference Manual | Puma::CT_HandlerSeq Class Reference |
Tree node representing an exception handler sequence. More...
#include <Puma/CTree.h>
Public Member Functions | |
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 an exception handler sequence.
static const char* Puma::CT_HandlerSeq::NodeId | ( | ) | [static] |
Get the identifier for this node type.
Can be compared with NodeName().
Reimplemented in Puma::CT_DelayedParseFctTryBlock.
const char* Puma::CT_HandlerSeq::NodeName | ( | ) | const [inline, virtual] |
Get the name of the node.
Can be compared with NodeId().
Implements Puma::CTree.
Reimplemented in Puma::CT_DelayedParseFctTryBlock.