Skip to content

SageBuilder::buildAssignStatement

Build an assignment statement from lefthand operand and right hand operand

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgExprStatement*
buildAssignStatement(
    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