AST node representing an assignment.
→ Expand all
→ Collapse all
Return new assignment with target and expression.
Initialise new assignment with target and expression.
Returns the target of the assignment
Returns the expression representing the assigned value.