Assignment constructor

Assignment(
  1. ASTNode variable,
  2. ASTNode value
)

Implementation

Assignment(this.variable, this.value);