SageBuilder::buildPlusPlusOp
Build ++x or x++ , specify prefix or postfix using either SgUnaryOp::prefix or SgUnaryOp::postfix
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgPlusPlusOp*
buildPlusPlusOp(
SgExpression* operand_i,
SgUnaryOp::Sgop_mode a_mode);
Parameters
Name |
Description |
operand_i |
This class represents the notion of an expression. Expressions |
a_mode |
Enum value defines operators as prefix or postfix, as appropriate, e.g. operator++(). |
Created with MrDocs