GotoExpressionKind
Specifies what kind of jump this GotoExpression represents.
Break = 2
A GotoExpression that represents a break statement.
Continue = 3
A GotoExpression that represents a continue statement.
Goto = 0
A GotoExpression that represents a jump to some location.
Return = 1
A GotoExpression that represents a return statement.