SageInterface::initializeSwitchStatement
Support function used for variable declarations in conditionals
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
void
initializeSwitchStatement(
SgSwitchStatement* switchStatement,
SgStatement* item_selector,
SgStatement* body);
Parameters
Name |
Description |
switchStatement |
This class represents the concept of a switch. |
item_selector |
This class represents the notion of a statement. |
body |
This class represents the notion of a statement. |
Created with MrDocs