MatchParserDemand

parsley.errors.tokenextractors.MatchParserDemand$
See theMatchParserDemand companion trait

Contains the functionality of MatchParserDemand as a function.

Attributes

Since:

4.0.0

Companion:
trait
Source:
MatchParserDemand.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def unexpectedToken(cs: Iterable[Char], amountOfInputParserWanted: Int): Token

The implementation of unexpectedToken as done by MatchParserDemand, with redundant arguments removed.

The implementation of unexpectedToken as done by MatchParserDemand, with redundant arguments removed.

Attributes

Since:

4.0.0

Source:
MatchParserDemand.scala