PUMA Library Reference Manual
|
#include <Puma/CSemObject.h>
Semantic information for syntax tree nodes referencing objects, classes, or any other entity.
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. | |
|
inline |
Constructor.
|
inline |
Get the semantic information object.
|
inline |
Set the semantic information object for the entity.
o | The semantic information object. |