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