SageInterface::insertBeforeUsingCommaOp
Insert an expression (new_exp )before another expression (anchor_exp) has possible side effects, without changing the original semantics. This is achieved by using a comma operator: (new_exp, anchor_exp). The comma operator is returned.
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
SgCommaOpExp*
insertBeforeUsingCommaOp(
SgExpression* new_exp,
SgExpression* anchor_exp);
Parameters
Name |
Description |
new_exp |
This class represents the notion of an expression. Expressions |
anchor_exp |
This class represents the notion of an expression. Expressions |
Created with MrDocs