SpaceDesc

parsley.token.descriptions.SpaceDesc$
See theSpaceDesc companion class
object SpaceDesc

This object contains any default configurations describing whitespace.

Attributes

Since

4.0.0

Companion
class
Source
SpaceDesc.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
SpaceDesc.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

The plain definition of space, with no comments, no nested comments, and any unicode space character.

The plain definition of space, with no comments, no nested comments, and any unicode space character.

commentStart = ""
commentEnd = ""
commentLine = ""
commentLineAllowsEOF = true
nestedComments = false
space = Unicode(Character.isWhitespace)
whitespaceIsContextDependent = false

Attributes

Since

4.0.0

Source
SpaceDesc.scala