Puma Reference Manual | Puma: Puma::CSemObject Class Reference |
Semantic information for syntax tree nodes referencing objects, classes, or any other entity. More...
#include <Puma/CSemObject.h>
Public Member Functions | |
CSemObject () | |
Constructor. | |
void | Object (CObjectInfo *o) |
Set the semantic information object for the entity. | |
CObjectInfo * | Object () const |
Get the semantic information object. |
Semantic information for syntax tree nodes referencing objects, classes, or any other entity.
Puma::CSemObject::CSemObject | ( | ) | [inline] |
Constructor.
void Puma::CSemObject::Object | ( | CObjectInfo * | o | ) | [inline] |
Set the semantic information object for the entity.
o | The semantic information object. |
CObjectInfo* Puma::CSemObject::Object | ( | ) | const [inline] |
Get the semantic information object.