encapsulated-variable
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
encapsulated-variable =
variable
| variable , "[" , encapsulated-offset , "]"
| variable , object-operator , identifier
| variable , nullsafe-object-operator , identifier
| "${" , expression , "}"
| "${" , identifier , "}"
| "${" , identifier , "[" , expression , "]" , "}"
| "{" , variable-expression , "}" ;