visitIndex method

T? visitIndex(
  1. IndexExpression node
)
override

Implementation

T? visitIndex(IndexExpression node) => defaultNode(node);