Skip to content

SageInterface::getNextStatement

Get next statement within the same scope of current statement

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
SgStatement*
getNextStatement(SgStatement* currentStmt);

Return Value

next statement within the same scope of current statement

Parameters

Name

Description

currentStmt

This class represents the notion of a statement.

Created with MrDocs