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