Supported

parsley.token.descriptions.text.NumericEscape$.Supported
final case class Supported(prefix: Option[Char], numDigits: NumberOfDigits, maxValue: Int) extends NumericEscape

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

Source:
TextDesc.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product