Expectation

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

Attributes

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

Members list

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
Parser.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Expectation
class Object
trait Matchable
class Any
Show all
case class InRange(offset: Int, lower: Char, upper: Char) extends Expectation

Attributes

Source
Parser.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Expectation
class Object
trait Matchable
class Any
Show all
case class Length(offset: Int, expected: Int, actual: Int) extends Expectation

Attributes

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

Attributes

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

Attributes

Source
Parser.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Expectation
class Object
trait Matchable
class Any
Show all
case class WithContext(contextStr: String, expect: Expectation) extends Expectation

Attributes

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

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