parsley.token.text

Members list

Type members

Classlikes

abstract class CharacterParsers

This class defines a uniform interface for defining parsers for character literals, independent of how whitespace should be handled after the literal.

This class defines a uniform interface for defining parsers for character literals, independent of how whitespace should be handled after the literal.

Attributes

Since

4.0.0

Note

implementations of this class found within Lexer may employ sharing and refine the defs in this class into val or lazy val when overriding.

Source
Character.scala
Supertypes
class Object
trait Matchable
class Any
abstract class StringParsers

This class defines a uniform interface for defining parsers for string literals, independent of whether the string is raw, multi-line, or should consume whitespace after the literal.

This class defines a uniform interface for defining parsers for string literals, independent of whether the string is raw, multi-line, or should consume whitespace after the literal.

Attributes

Since

4.0.0

Note

implementations of this class found within Lexer may employ sharing and refine the defs in this class into val or lazy val when overriding.

Source
String.scala
Supertypes
class Object
trait Matchable
class Any