Skip to content

SageBuilder::buildDefaultOptionStmt

Build a default option statement

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgDefaultOptionStmt*
buildDefaultOptionStmt(SgStatement* body = NULL);

Return Value

This class represents the concept of a C or C++ default case within a switch

Parameters

Name

Description

body

This class represents the notion of a statement.

Created with MrDocs