enum-declaration
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
enum-declaration =
"enum" , identifier , [ enum-backing-type ] , [ implements-clause ] ,
"{" , enum-member-list , "}" ;