SpecialisedMessage

parsley.token.errors.SpecialisedMessage
abstract class SpecialisedMessage[A] extends SpecialisedFilterConfig[A]

This class ensures that the filter will generate specialised messages for the given failing parse.

Attributes

Since

4.1.0

Source
ConfigImplTyped.scala
Graph
Supertypes
trait FilterConfig[A]
class Object
trait Matchable
class Any
Self type

Members list

Grouped members

badchar

def message(x: A): Seq[String]

This method produces the messages for the given value.

This method produces the messages for the given value.

Attributes

Since

4.1.0

Source
ConfigImplTyped.scala