SageBuilder::buildIfStmt
Build if statement
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgIfStmt*
buildIfStmt(
SgStatement* conditional,
SgStatement* true_body,
SgStatement* false_body);
Return Value
This class represents the concept of an "if" construct.
Parameters
Name |
Description |
conditional |
This class represents the notion of a statement. |
true_body |
This class represents the notion of a statement. |
false_body |
This class represents the notion of a statement. |
Created with MrDocs