IndexQuery
EBNF
IndexQuery =
':'
,
SymbolicName
,
'('
, (
StringLiteral
|
LegacyParameter
),
')'
;
Referenced from
Start