OPEN_SQUARE_BRACKET constant

TokenType const OPEN_SQUARE_BRACKET

Implementation

static const TokenType OPEN_SQUARE_BRACKET = const TokenType(
    /* index = */ 50,
    '[',
    'OPEN_SQUARE_BRACKET',
    SELECTOR_PRECEDENCE,
    OPEN_SQUARE_BRACKET_TOKEN);