BreakCharDesc

parsley.token.descriptions.numeric.BreakCharDesc$
See theBreakCharDesc companion class

This object contains the concrete subtypes of BreakCharDesc.

Attributes

Since:

4.0.0

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

Members list

Concise view

Type members

Classlikes

case object NoBreakChar extends BreakCharDesc

Literals cannot be broken.

Literals cannot be broken.

Attributes

Since:

4.0.0

Source:
NumericDesc.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
final case class Supported(breakChar: Char, allowedAfterNonDecimalPrefix: Boolean) extends BreakCharDesc

Literals may be broken, and this break may be legal after a non-decimal literal prefix

Literals may be broken, and this break may be legal after a non-decimal literal prefix

Attributes

allowedAfterNonDecimalPrefix

is it possible to write, say, 0x_300?

breakChar

the character allowed to break a literal (often _).

Since:

4.0.0

Source:
NumericDesc.scala
Graph
Supertypes
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
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala