semi-reserved-identifier
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
semi-reserved-identifier =
identifier | reserved-non-modifiers | "static" | "abstract" | "final"
| "private" | "protected" | "public" | "readonly" ;