Indexer AST node.
EBNF grammar:
indexer-declaration:
(attributes)? (indexer-modifiers)? indexer-declarator "{" accessor-declarations "}"
indexer-declarator:
type "this" "[" formal-parameter-list "]"
type interface-type "." "this" "[" formal-parameter-list "]"