CLOSE_CURLY_BRACKET constant

TokenType const CLOSE_CURLY_BRACKET

Implementation

static const TokenType CLOSE_CURLY_BRACKET = const TokenType(
    '}', 'CLOSE_CURLY_BRACKET', NO_PRECEDENCE, CLOSE_CURLY_BRACKET_TOKEN);