OPEN_CURLY_BRACKET constant

TokenType const OPEN_CURLY_BRACKET

Implementation

static const TokenType OPEN_CURLY_BRACKET = const TokenType(/* index = */ 48,
    '{', 'OPEN_CURLY_BRACKET', NO_PRECEDENCE, OPEN_CURLY_BRACKET_TOKEN);