RECOVERY constant

TokenType const RECOVERY

Token type used by synthetic tokens that are created during parser recovery (non-analyzer use case).

Implementation

static const TokenType RECOVERY = const TokenType(
  /* index = */ 81,
  'recovery',
  'RECOVERY',
  NO_PRECEDENCE,
  RECOVERY_TOKEN,
  stringValueShouldBeNull: true,
);