|
ROSE
0.11.96.11
|
Definition at line 8 of file functionEvaluationOrderTraversal.h.

Public Member Functions | |
| FunctionCallInheritedAttribute () | |
| Default constructor. More... | |
Public Attributes | |
| SgNode * | currentScope |
| The innermost scope inside of which this AST node resides. More... | |
| SgStatement * | lastStatement |
| The last statement encountered before the current node in the AST. | |
| enum FunctionCallInheritedAttribute:: { ... } | scopeStatus |
| Is the current node inside a for loop or conditional expresion structure (not the body). | |
|
inline |
Default constructor.
Initializes everything to NULL.
Definition at line 26 of file functionEvaluationOrderTraversal.h.
| SgNode* FunctionCallInheritedAttribute::currentScope |
The innermost scope inside of which this AST node resides.
It is either a for-loop, a do-loop, a while-loop or a conditioanl expression.
Definition at line 12 of file functionEvaluationOrderTraversal.h.
1.8.17