Packages

final class Double extends NumericConstant[BigDecimal] with Product with Serializable

Annotations
@tokenClass("double constant", true) @leafClass()
Linear Supertypes
NumericConstant[BigDecimal], Constant[BigDecimal], Literal, Token, java.io.Serializable, Product, scala.Equals, internal.tokens.Metadata.Token, Adt, InputRange, InternalToken, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Double
  2. NumericConstant
  3. Constant
  4. Literal
  5. Token
  6. Serializable
  7. Product
  8. Equals
  9. Token
  10. Adt
  11. InputRange
  12. InternalToken
  13. AnyRef
  14. Any
Implicitly
  1. by TokenExtensions
  2. by orderingToOrdered
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Double(input: Input, dialect: Dialect, start: scala.Int, end: scala.Int, value: BigDecimal)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: scala.Int
    Definition Classes
    AnyRef → Any
  3. def +(other: Predef.String): Predef.String
    Implicit
    This member is added by an implicit conversion from Double toany2stringadd[Double] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Double, B)
    Implicit
    This member is added by an implicit conversion from Double toArrowAssoc[Double] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. def <(that: Double): Boolean
    Implicit
    This member is added by an implicit conversion from Double tomath.Ordered[Double] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Double] is in scope.
    Definition Classes
    Ordered
  6. def <=(that: Double): Boolean
    Implicit
    This member is added by an implicit conversion from Double tomath.Ordered[Double] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Double] is in scope.
    Definition Classes
    Ordered
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def >(that: Double): Boolean
    Implicit
    This member is added by an implicit conversion from Double tomath.Ordered[Double] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Double] is in scope.
    Definition Classes
    Ordered
  9. def >=(that: Double): Boolean
    Implicit
    This member is added by an implicit conversion from Double tomath.Ordered[Double] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Double] is in scope.
    Definition Classes
    Ordered
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def canEqual(other: Any): Boolean
    Definition Classes
    Double → Equals
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. def compare(that: Double): scala.Int
    Implicit
    This member is added by an implicit conversion from Double tomath.Ordered[Double] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Double] is in scope.
    Definition Classes
    Ordered
  14. def compareTo(that: Double): scala.Int
    Implicit
    This member is added by an implicit conversion from Double tomath.Ordered[Double] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Double] is in scope.
    Definition Classes
    Ordered → Comparable
  15. def copy(input: Input = this.input, dialect: Dialect = this.dialect, start: scala.Int = this.start, end: scala.Int = this.end, value: BigDecimal = this.value): Double
  16. val dialect: Dialect
    Definition Classes
    DoubleToken
  17. val end: scala.Int
    Definition Classes
    DoubleInputRange
  18. def ensuring(cond: (Double) => Boolean, msg: => Any): Double
    Implicit
    This member is added by an implicit conversion from Double toEnsuring[Double] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (Double) => Boolean): Double
    Implicit
    This member is added by an implicit conversion from Double toEnsuring[Double] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: => Any): Double
    Implicit
    This member is added by an implicit conversion from Double toEnsuring[Double] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): Double
    Implicit
    This member is added by an implicit conversion from Double toEnsuring[Double] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(other: Any): Boolean
    Definition Classes
    Double → Equals → AnyRef → Any
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hashCode(): scala.Int
    Definition Classes
    Double → AnyRef → Any
  27. val input: Input
    Definition Classes
    DoubleInputRange
  28. def isBackquoted: Boolean
    Implicit
    This member is added by an implicit conversion from Double toTokenExtensions performed by method TokenExtensions in scala.meta.tokens.
    Definition Classes
    TokenExtensions
    Annotations
    @inline()
  29. def isEmpty: Boolean
    Definition Classes
    Token
  30. def isIdentSymbolicInfixOperator: Boolean
    Implicit
    This member is added by an implicit conversion from Double toTokenExtensions performed by method TokenExtensions in scala.meta.tokens.
    Definition Classes
    TokenExtensions
    Annotations
    @inline()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def isSymbolicInfixOperator: Boolean
    Implicit
    This member is added by an implicit conversion from Double toTokenExtensions performed by method TokenExtensions in scala.meta.tokens.
    Definition Classes
    TokenExtensions
    Annotations
    @inline()
  33. def len: scala.Int
    Definition Classes
    Token
  34. def name: Predef.String
    Definition Classes
    DoubleInternalToken
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. def pos: Position
    Definition Classes
    DoubleToken
  39. def productArity: scala.Int
    Definition Classes
    Double → Product
  40. def productElement(n: scala.Int): Any
    Definition Classes
    Double → Product
  41. def productElementName(n: scala.Int): Predef.String
    Definition Classes
    Product
  42. def productElementNames: Iterator[Predef.String]
    Definition Classes
    Product
  43. def productIterator: Iterator[Any]
    Definition Classes
    Double → Product
  44. def productPrefix: Predef.String
    Definition Classes
    Double → Product
  45. val start: scala.Int
    Definition Classes
    DoubleInputRange
  46. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  47. def text: Predef.String
    Definition Classes
    TokenInputRange
  48. final def toString(): Predef.String
    Definition Classes
    DoubleInputRange → AnyRef → Any
  49. val value: BigDecimal
    Definition Classes
    DoubleConstant
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: scala.Long, arg1: scala.Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def formatted(fmtstr: Predef.String): Predef.String
    Implicit
    This member is added by an implicit conversion from Double toStringFormat[Double] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. def [B](y: B): (Double, B)
    Implicit
    This member is added by an implicit conversion from Double toArrowAssoc[Double] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from NumericConstant[BigDecimal]

Inherited from Constant[BigDecimal]

Inherited from Literal

Inherited from Token

Inherited from java.io.Serializable

Inherited from Product

Inherited from scala.Equals

Inherited from internal.tokens.Metadata.Token

Inherited from Adt

Inherited from InputRange

Inherited from InternalToken

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion TokenExtensions fromDouble to TokenExtensions

Inherited by implicit conversion orderingToOrdered fromDouble to math.Ordered[Double]

Inherited by implicit conversion any2stringadd fromDouble to any2stringadd[Double]

Inherited by implicit conversion StringFormat fromDouble to StringFormat[Double]

Inherited by implicit conversion Ensuring fromDouble to Ensuring[Double]

Inherited by implicit conversion ArrowAssoc fromDouble to ArrowAssoc[Double]

Ungrouped