Indexing constructor

Indexing(
  1. Expr callee,
  2. Token name,
  3. Expr key
)

Implementation

Indexing(this.callee, this.name, this.key, );