isLeftAssoc abstract method
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();
Gets whether this operator is left associative (true
) or if
this operator is right associative (false
).
Returns true
if this operator is left associative.
bool isLeftAssoc();