ASSIGNMENT_OPERATOR constant

TokenClass const ASSIGNMENT_OPERATOR

A value used to indicate that the token type is an assignment operator.

Implementation

static const TokenClass ASSIGNMENT_OPERATOR =
    TokenClass('ASSIGNMENT_OPERATOR', ASSIGNMENT_PRECEDENCE);