COLON constant

TokenType const COLON

Implementation

static const TokenType COLON =
    const TokenType(':', 'COLON', NO_PRECEDENCE, COLON_TOKEN);