STAR_EQ constant

TokenType const STAR_EQ

Implementation

static const TokenType STAR_EQ = const TokenType(
    '*=', 'STAR_EQ', ASSIGNMENT_PRECEDENCE, STAR_EQ_TOKEN,
    binaryOperatorOfCompoundAssignment: TokenType.STAR, isOperator: true);