SageBuilder::buildGotoStatement
Build a goto statement
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgGotoStatement*
buildGotoStatement(SgLabelStatement* label = NULL);
Return Value
This class represents the concept of a C or C++ goto statement.
Parameters
Name |
Description |
label |
This class represents the concept of a C or C++ label statement. |
Created with MrDocs