SageBuilder::buildSwitchStatement
Build a switch statement
Synopses
Declared in <SageIII/sageInterface/sageBuilder.h>
SgSwitchStatement*
buildSwitchStatement(
SgExpression* item_selector,
SgStatement* body = NULL);
Build a switch statement
[[visibility]]
SgSwitchStatement*
buildSwitchStatement(
SgStatement* item_selector = NULL,
SgStatement* body = NULL);
Created with MrDocs