CONDITIONAL_OPERATOR constant

TokenClass const CONDITIONAL_OPERATOR

A value used to indicate that the token type is a conditional operator.

Implementation

static const TokenClass CONDITIONAL_OPERATOR =
    TokenClass('CONDITIONAL_OPERATOR', CONDITIONAL_PRECEDENCE);