NumericEscape

parsley.token.descriptions.text.NumericEscape$
See theNumericEscape companion class

This object contains the concrete subtypes of NumericEscape.

Attributes

Since:

4.0.0

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case object Illegal extends NumericEscape

Numeric literals are disallowed for this specific base.

Numeric literals are disallowed for this specific base.

Attributes

Since:

4.0.0

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Illegal.type
final case class Supported(prefix: Option[Char], numDigits: NumberOfDigits, maxValue: Int) extends NumericEscape

Numeric literals are supported for this specific base.

Numeric literals are supported for this specific base.

Attributes

maxValue

the largest character value that can be expressed by this numeric escape.

numDigits

the number of digits required for this literal: this may be unbounded, an exact number, or up to a specific number.

prefix

the character, if any, that is required to start the literal (like x for hexadecimal escapes in some languages).

Since:

4.0.0

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror