Supported

parsley.token.descriptions.numeric.BreakCharDesc$.Supported
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

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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product