InRange

cats.parse.Parser$.Expectation$.InRange
case class InRange(offset: Int, lower: Char, upper: Char) extends Expectation

Attributes

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

Members list

Concise view

Value members

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