VanillaGen

parsley.errors.VanillaGen
class VanillaGen[-A] extends ErrorGen[A]

Attributes

Source
ErrorGen.scala
Graph
Supertypes
class ErrorGen[A]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def reason(x: A): Option[String]

Attributes

Source
ErrorGen.scala

Attributes

Source
ErrorGen.scala

Inherited methods

def adjustWidth(x: A, width: Int): Int

Attributes

Inherited from:
ErrorGen
Source
ErrorGen.scala
final def apply(p: Parsley[(A, Int)]): Parsley[Nothing]

Attributes

Inherited from:
ErrorGen
Source
ErrorGen.scala
final def parser: Parsley[((A, Int)) => Nothing]

Attributes

Inherited from:
ErrorGen
Source
ErrorGen.scala