SageBuilder::buildAssignStatement_ast_translate
This version does not recursively reset the file info as a transformation.
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgExprStatement*
buildAssignStatement_ast_translate(
SgExpression* lhs,
SgExpression* rhs);
Return Value
This class represents the concept of a C or C++ statement which contains a
Parameters
Name |
Description |
lhs |
This class represents the notion of an expression. Expressions |
rhs |
This class represents the notion of an expression. Expressions |
Created with MrDocs