Unparse_MOD_SAGE::isOverloadedArrowOperatorChain
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]".
Synopsis
Declared in <src/backend/unparser/languageIndependenceSupport/modified_sage.h>
bool
isOverloadedArrowOperatorChain(SgExpression* expr);
Parameters
Name |
Description |
expr |
This class represents the notion of an expression. Expressions |
Created with MrDocs