ParsedElement is the root class for all non-terminal elements represented in
a parse tree i.e., all non-terminal expressions and statements derive either
directly or indirectly from this class.
Note this class really isn't an "expression runtime", it's real purpose is
to determine whether or not the corresponding member-access is in the lhs
of an assignment.