isLeftAssoc abstract method

bool isLeftAssoc()

Gets whether this operator is left associative (true) or if this operator is right associative (false).

Returns true if this operator is left associative.

Implementation

bool isLeftAssoc();