Statement.isErrorStatement

A cheaper method of doing downcasting of Statements.

class Statement
final pure inout nothrow @nogc
isErrorStatement
()

Return Value

Type: inout(ErrorStatement)

the downcast statement if it can be downcasted, otherwise null

Suggestion Box / Bug Report