Unparse_MOD_SAGE
Synopsis
Declared in <src/backend/unparser/languageIndependenceSupport/modified_sage.h>
class Unparse_MOD_SAGE;
Member Functions
Name |
Description |
|
Construct from |
|
Destructor |
auxiliary functions (some code from original modified_sage.C) |
|
functions that test for overloaded operator function (modified_sage.C) Pattern matching on a single IR node (usually the SgMemberFunctionRefExp) |
|
Subtree query operators (pattern recognition on subtree, more complex than the test for a function name on the SgMemberFunctionRefExp node). This function is used to get for the combination of "operator‐>()‐>operatori[]" since in this case the unparsed code can not be rediced to "‐>[i]". |
|
Support for color codes in unparse output. |
|