AMPERSAND_AMPERSAND_EQ constant

TokenType const AMPERSAND_AMPERSAND_EQ

Implementation

static const TokenType AMPERSAND_AMPERSAND_EQ = const TokenType(
    /* index = */ 11,
    '&&=',
    'AMPERSAND_AMPERSAND_EQ',
    ASSIGNMENT_PRECEDENCE,
    AMPERSAND_AMPERSAND_EQ_TOKEN,
    binaryOperatorOfCompoundAssignment: TokenType.AMPERSAND_AMPERSAND,
    isOperator: true);