SageBuilder::buildExprListExp
Build a SgExprListExp, used for function call parameter list etc.
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgExprListExp*
buildExprListExp(
SgExpression* expr1 = NULL,
SgExpression* expr2 = NULL,
SgExpression* expr3 = NULL,
SgExpression* expr4 = NULL,
SgExpression* expr5 = NULL,
SgExpression* expr6 = NULL,
SgExpression* expr7 = NULL,
SgExpression* expr8 = NULL,
SgExpression* expr9 = NULL,
SgExpression* expr10 = NULL);
Return Value
This class represents the concept of a C and C++ expression list.
Parameters
Name |
Description |
expr1 |
This class represents the notion of an expression. Expressions |
expr2 |
This class represents the notion of an expression. Expressions |
expr3 |
This class represents the notion of an expression. Expressions |
expr4 |
This class represents the notion of an expression. Expressions |
expr5 |
This class represents the notion of an expression. Expressions |
expr6 |
This class represents the notion of an expression. Expressions |
expr7 |
This class represents the notion of an expression. Expressions |
expr8 |
This class represents the notion of an expression. Expressions |
expr9 |
This class represents the notion of an expression. Expressions |
expr10 |
This class represents the notion of an expression. Expressions |
Created with MrDocs