NumericEscape

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

This object contains the concrete subtypes of NumericEscape.

Attributes

Since

4.0.0

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

Members list

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

Source
TextDesc.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
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.

Value parameters

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).

Attributes

Since

4.0.0

Source
TextDesc.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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