Assign constructor

Assign(
  1. Token name,
  2. Expr value
)

Implementation

Assign(this.name, this.value, );