Puma Reference Manual | Puma::CT_Call Class Reference |
Tree node representing explicit or implicit function calls including built-in or user-defined functions and overloaded operators. More...
#include <Puma/CTree.h>
Public Member Functions | |
const char * | NodeName () const |
Get the name of the node. | |
CSemObject * | SemObject () const |
Get the semantic information of the call. | |
CT_Call * | IsCall () |
Get this. | |
Static Public Member Functions | |
static const char * | NodeId () |
Get the identifier for this node type. | |
Protected Member Functions | |
CT_Call () | |
Constructor. |
Tree node representing explicit or implicit function calls including built-in or user-defined functions and overloaded operators.
Puma::CT_Call::CT_Call | ( | ) | [inline, protected] |
Constructor.
CT_Call* Puma::CT_Call::IsCall | ( | ) | [inline, virtual] |
Get this.
Reimplemented from Puma::CTree.
static const char* Puma::CT_Call::NodeId | ( | ) | [static] |
Get the identifier for this node type.
Can be compared with NodeName().
Reimplemented from Puma::CT_Expression.
Reimplemented in Puma::CT_CallExpr, Puma::CT_IndexExpr, Puma::CT_DerefExpr, Puma::CT_AddrExpr, Puma::CT_PostfixExpr, Puma::CT_UnaryExpr, Puma::CT_BinaryExpr, and Puma::CT_ImplicitCall.
const char* Puma::CT_Call::NodeName | ( | ) | const [inline, virtual] |
Get the name of the node.
Can be compared with NodeId().
Reimplemented from Puma::CT_Expression.
Reimplemented in Puma::CT_CallExpr, Puma::CT_IndexExpr, Puma::CT_DerefExpr, Puma::CT_AddrExpr, Puma::CT_PostfixExpr, Puma::CT_UnaryExpr, Puma::CT_BinaryExpr, and Puma::CT_ImplicitCall.
CSemObject* Puma::CT_Call::SemObject | ( | ) | const [inline, virtual] |
Get the semantic information of the call.
Reimplemented from Puma::CTree.