property-declaration
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
property-declaration =
property-modifier-list , optional-type-without-static , property-list , ";"
| "var" , optional-type-without-static , ( property-list , ";" | hooked-property )
| property-modifier-list , optional-type-without-static , hooked-property ;