BE

BE stands for BlockExit.

It indicates if a statement does transfer control to another block. A block is a sequence of statements enclosed in { }

Values

ValueMeaning
none0
fallthru1
throw_2
return_4
goto_8
halt0x10
break_0x20
continue_0x40
errthrow0x80
any(fallthru | throw_ | return_ | goto_ | halt)
Suggestion Box / Bug Report