TextDesc

parsley.token.descriptions.text.TextDesc
See theTextDesc companion class
object TextDesc

This object contains any preconfigured text definitions.

Attributes

Since

4.0.0

Companion
class
Source
TextDesc.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TextDesc.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete fields

Plain definition of text.

Plain definition of text.

escapeSequences = EscapeDesc.plain
characterLiteralEnd = '\''
stringEnds = Set(("\"", "\""))
multiStringEnds = Set.empty
graphicCharacter = Unicode(_ >= ' '.toInt)

Attributes

Since

4.0.0

Source
TextDesc.scala