Set constructor

Set(
  1. Expr object,
  2. Token name,
  3. Expr value
)

Implementation

Set(this.object, this.name, this.value, );