class-constant-declaration
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
class-constant-declaration =
class-constant-modifiers , "const" , [ type ] , class-constant-list , ";" ;