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

Members list

Concise view

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