Statement.hasBreak

Determine if an enclosed break would apply to this statement, such as if it is a loop or switch statement.

class Statement
const pure nothrow
bool
hasBreak
()

Return Value

Type: bool

true if it does

Suggestion Box / Bug Report