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