isShiftOperator property

bool isShiftOperator

Return true if this type of token represents a shift operator.

Implementation

bool get isShiftOperator => precedence == SHIFT_PRECEDENCE;