WithContext

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

Attributes

Source:
Parser.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

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