Statement.hasContinue

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

class Statement
const pure nothrow
bool
hasContinue
()

Return Value

Type: bool

true if it does

Suggestion Box / Bug Report