#include <system.hh>
Public Attributes | |
symbol_t | uid |
The symbol of the variables. | |
bool | global |
True if this is a global variable. | |
expression_t | expr |
The initialiser. |
The user data of the corresponding symbol_t points to this structure, i.e. v.uid.getData() is a pointer to v.
|
The initialiser.
|
|
True if this is a global variable.
|
|
The symbol of the variables.
|