Expectation

cats.parse.Parser$.Expectation$
See theExpectation companion class

Attributes

Companion:
class
Source:
Parser.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class EndOfString(offset: Int, length: Int) extends Expectation

Attributes

Source:
Parser.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
case class ExpectedFailureAt(offset: Int, matched: String) extends Expectation

Attributes

Source:
Parser.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
case class Fail(offset: Int) extends Expectation

Attributes

Source:
Parser.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
case class FailWith(offset: Int, message: String) extends Expectation

Attributes

Source:
Parser.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
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
case class Length(offset: Int, expected: Int, actual: Int) extends Expectation

Attributes

Source:
Parser.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
case class OneOfStr(offset: Int, strs: List[String]) extends Expectation

Attributes

Source:
Parser.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
case class StartOfString(offset: Int) extends Expectation

Attributes

Source:
Parser.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

Sort, dedup and unify ranges for the errors accumulated This is called just before finally returning an error in Parser.parse

Sort, dedup and unify ranges for the errors accumulated This is called just before finally returning an error in Parser.parse

Attributes

Source:
Parser.scala

Implicits

Implicits

Attributes

Source:
Parser.scala

Attributes

Source:
Parser.scala