instanceof-prefix-context
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
instanceof-prefix-context =
unary-prefix-context
| instanceof-expression , "instanceof" , class-name-reference , "**" , [ unary-prefix-context ] ;