#include <CTree.h>
Public Member Functions | |
CT_ArgDeclList (int size=2, int props=SEPARATORS|OPEN_CLOSE) | |
const char * | NodeName () const |
CSemScope * | SemScope () const |
Static Public Member Functions | |
static const char * | NodeId () |
Puma::CT_ArgDeclList::CT_ArgDeclList | ( | int | size = 2 , |
|
int | props = SEPARATORS | OPEN_CLOSE | |||
) | [inline] |
static const char* Puma::CT_ArgDeclList::NodeId | ( | ) | [static] |
Get the identifier for this node type. Can be compared with NodeName().
Reimplemented from Puma::CT_DeclList.
Reimplemented in Puma::CT_ArgNameList.
const char* Puma::CT_ArgDeclList::NodeName | ( | ) | const [inline, virtual] |
Get the name of the node. Can be compared with NodeId().
Reimplemented from Puma::CT_DeclList.
Reimplemented in Puma::CT_ArgNameList.
CSemScope* Puma::CT_ArgDeclList::SemScope | ( | ) | const [inline, virtual] |
Get the semantic scope of the node.
Reimplemented from Puma::CTree.