ConstThe exit point is an explicit break call (or an alias of it)
The exit point is the implicit (last executed expression of a function/block)
The exit point is an explicit next call (or an alias of it)
The exit point is an explicit return call (or an alias of it)
Classifies the type of exit point encountered.
See
ExitPoint