SageInterface::setRhsOperand
set left hand operand for binary expression
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
void
setRhsOperand(
SgExpression* target,
SgExpression* rhs);
Parameters
Name |
Description |
target |
This class represents the notion of an expression. Expressions |
rhs |
This class represents the notion of an expression. Expressions |
Created with MrDocs