NO_CLASS constant

TokenClass const NO_CLASS

A value used to indicate that the token type is not part of any specific class of token.

Implementation

static const TokenClass NO_CLASS = TokenClass('NO_CLASS');