WithContext

cats.parse.Parser.Expectation.WithContext
case class WithContext(contextStr: String, expect: Expectation) extends Expectation

Attributes

Source
Parser.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Expectation
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def offset: Int

Attributes

Source
Parser.scala

Inherited 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

Inherited from:
Expectation
Source
Parser.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product