to store assignment statements
constructor
stores whether the assignment is to a variable (false) or if it has to dereference first (true)
the line number (starts from 1) from which this node begins, or ends
the variable to assign to
the value to assign
See Implementation
to store assignment statements