#include <Puma/CTree.h>
Public Member Functions | |
CT_ExprList () | |
const char * | NodeName () const |
CTypeInfo * | Type () const |
CExprValue * | Value () const |
CSemValue * | SemValue () const |
CSemObject * | SemObject () const |
Static Public Member Functions | |
static const char * | NodeId () |
Puma::CT_ExprList::CT_ExprList | ( | ) | [inline] |
Constructor.
static const char* Puma::CT_ExprList::NodeId | ( | ) | [static] |
Get the identifier for this node type. Can be compared with NodeName().
const char* Puma::CT_ExprList::NodeName | ( | ) | const [inline, virtual] |
Get the name of the node. Can be compared with NodeId().
Implements Puma::CTree.
CTypeInfo* Puma::CT_ExprList::Type | ( | ) | const [inline, virtual] |
Get the type of the last expression in the expression list.
Reimplemented from Puma::CTree.
CExprValue* Puma::CT_ExprList::Value | ( | ) | const [inline, virtual] |
Get the value of the last expression in the expression list.
Reimplemented from Puma::CTree.
CSemValue* Puma::CT_ExprList::SemValue | ( | ) | const [inline, virtual] |
Get the semantic value of the node.
Reimplemented from Puma::CTree.
CSemObject* Puma::CT_ExprList::SemObject | ( | ) | const [inline, virtual] |
Get the semantic object of the node.
Reimplemented from Puma::CTree.