Class StringRecoveryToken


class StringRecoveryToken extends StringToken
special StringToken that acts as a wild card. This object is used for error recovery. It collects all TypedStringExps that ate the token.
  • Field Details

    • failedExps

      final Set failedExps
      TypedStringExps and ListExps that rejected this token are collected into this set.
  • Constructor Details

    • StringRecoveryToken

      StringRecoveryToken(StringToken base)
    • StringRecoveryToken

      StringRecoveryToken(StringToken base, Set failedExps)
  • Method Details