Expectation

cats.parse.Parser$.Expectation
See theExpectation companion object
sealed abstract class Expectation

An expectation reports the kind or parsing error and where it occured.

Attributes

Companion
object
Source
Parser.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class EndOfString
class Fail
class FailWith
class InRange
class Length
class OneOfStr
class WithContext
Show all

Members list

Value members

Abstract methods

def offset: Int

Attributes

Source
Parser.scala

Concrete methods

This is a reverse order stack (most recent context first) of this parsing error

This is a reverse order stack (most recent context first) of this parsing error

Attributes

Source
Parser.scala