TillNextWhitespace

parsley.errors.tokenextractors.TillNextWhitespace$
See theTillNextWhitespace companion trait

Contains the functionality of TillNextWhitespace as a function.

Attributes

Since:

4.0.0

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

Members list

Concise view

Value members

Concrete methods

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

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

This function will not trim the token to parser demand

Attributes

Since:

4.0.0

Source:
TillNextWhitespace.scala
def unexpectedToken(cs: Iterable[Char], amountOfInputParserWanted: Int): Token

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

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

This function will not trim the token to parser demand

Attributes

Since:

4.0.0

Source:
TillNextWhitespace.scala