Puma Reference Manual | 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. More... | |
void | Object (CObjectInfo *o) |
Set the semantic information object for the entity. More... | |
CObjectInfo * | Object () const |
Get the semantic information object. More... | |
Semantic information for syntax tree nodes referencing objects, classes, or any other entity.
|
inline |
Constructor.
|
inline |
Set the semantic information object for the entity.
o | The semantic information object. |
|
inline |
Get the semantic information object.