label: for (...) { ... }. Javascript bizarrely allows labels on any statements, but the labels are only useful when applied to loops or switches.
The empty string is the default label, so break; breaks with label "".
LabeledStatement: Identifier : Statement@since 2.0 @noinstantiate This class is not intended to be instantiated by clients.
Node type is {@link Token#EXPR_VOID}.
| |
| |
| |
| |
| |
| |
| |
| |