SageBuilder::buildAssignInitializer
Build the rhs of a variable declaration which includes an assignment
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgAssignInitializer*
buildAssignInitializer(
SgExpression* operand_i = NULL,
SgType* expression_type = NULL);
Return Value
This class represents the rhs of a variable declaration which includes an optional
Parameters
Name |
Description |
operand_i |
This class represents the notion of an expression. Expressions |
expression_type |
This class represents the base class for all types. |
Created with MrDocs