#include <Puma/CTree.h>
Public Member Functions | |
CT_DesignatorSeq (int size=1) | |
const char * | NodeName () const |
CTypeInfo * | Type () const |
CExprValue * | Value () const |
CSemValue * | SemValue () const |
Static Public Member Functions | |
static const char * | NodeId () |
Puma::CT_DesignatorSeq::CT_DesignatorSeq | ( | int | size = 1 |
) | [inline] |
Constructor.
size | Initial number of designators. |
static const char* Puma::CT_DesignatorSeq::NodeId | ( | ) | [static] |
Get the identifier for this node type. Can be compared with NodeName().
const char* Puma::CT_DesignatorSeq::NodeName | ( | ) | const [inline, virtual] |
Get the name of the node. Can be compared with NodeId().
Implements Puma::CTree.
CTypeInfo* Puma::CT_DesignatorSeq::Type | ( | ) | const [inline, virtual] |
Get the type of the entity to initialize.
Reimplemented from Puma::CTree.
CExprValue* Puma::CT_DesignatorSeq::Value | ( | ) | const [inline, virtual] |
Get the value of the entity to initialize.
Reimplemented from Puma::CTree.
CSemValue* Puma::CT_DesignatorSeq::SemValue | ( | ) | const [inline, virtual] |
Get the semantic value object.
Reimplemented from Puma::CTree.