BreakCharDesc

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

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

Type members

Classlikes

case object NoBreakChar extends BreakCharDesc

Literals cannot be broken.

Literals cannot be broken.

Attributes

Since

4.0.0

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

Value parameters

allowedAfterNonDecimalPrefix

is it possible to write, say, 0x_300?

breakChar

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

Attributes

Since

4.0.0

Source
NumericDesc.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