Fields
payload_token: ?TokenIndex,
Points to the first token after the |
. Will either be an identifier or a *
(with an identifier immediately after it).
error_token: ?TokenIndex,
Points to the identifier after the |
.
else_token: TokenIndex,
Populated only if else_expr != 0.
ast: Components,