Gets whether this operator is left associative (true) or if this operator is right associative (false).
true
false
Returns true if this operator is left associative.
@override bool isLeftAssoc() { return leftAssoc; }