Packages

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

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

Instance Constructors

  1. new Float(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 Float to any2stringadd[Float] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Float, B)
    Implicit
    This member is added by an implicit conversion from Float to ArrowAssoc[Float] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. def <(that: Float): Boolean
    Implicit
    This member is added by an implicit conversion from Float to math.Ordered[Float] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[Float] is in scope.
    Definition Classes
    Ordered
  6. def <=(that: Float): Boolean
    Implicit
    This member is added by an implicit conversion from Float to math.Ordered[Float] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[Float] is in scope.
    Definition Classes
    Ordered
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def >(that: Float): Boolean
    Implicit
    This member is added by an implicit conversion from Float to math.Ordered[Float] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[Float] is in scope.
    Definition Classes
    Ordered
  9. def >=(that: Float): Boolean
    Implicit
    This member is added by an implicit conversion from Float to math.Ordered[Float] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[Float] is in scope.
    Definition Classes
    Ordered
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def canEqual(other: Any): Boolean
    Definition Classes
    Float → Equals
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. def compare(that: Float): scala.Int
    Implicit
    This member is added by an implicit conversion from Float to math.Ordered[Float] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[Float] is in scope.
    Definition Classes
    Ordered
  14. def compareTo(that: Float): scala.Int
    Implicit
    This member is added by an implicit conversion from Float to math.Ordered[Float] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[Float] 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): Float
  16. val dialect: Dialect
    Definition Classes
    FloatToken
  17. val end: scala.Int
    Definition Classes
    FloatToken
  18. def ensuring(cond: (Float) ⇒ Boolean, msg: ⇒ Any): Float
    Implicit
    This member is added by an implicit conversion from Float to Ensuring[Float] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (Float) ⇒ Boolean): Float
    Implicit
    This member is added by an implicit conversion from Float to Ensuring[Float] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: ⇒ Any): Float
    Implicit
    This member is added by an implicit conversion from Float to Ensuring[Float] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): Float
    Implicit
    This member is added by an implicit conversion from Float to Ensuring[Float] 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
    Float → Equals → AnyRef → Any
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hashCode(): scala.Int
    Definition Classes
    Float → AnyRef → Any
  27. val input: Input
    Definition Classes
    FloatToken
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def pos: Position
    Definition Classes
    FloatToken
  33. def productArity: scala.Int
    Definition Classes
    Float → Product
  34. def productElement(n: scala.Int): Any
    Definition Classes
    Float → Product
  35. def productIterator: Iterator[Any]
    Definition Classes
    Float → Product
  36. def productPrefix: Predef.String
    Definition Classes
    Float → Product
  37. val start: scala.Int
    Definition Classes
    FloatToken
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def text: Predef.String
    Definition Classes
    Token
  40. final def toString(): Predef.String
    Definition Classes
    Float → AnyRef → Any
  41. val value: BigDecimal
    Definition Classes
    FloatConstant
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: scala.Long, arg1: scala.Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  45. def [B](y: B): (Float, B)
    Implicit
    This member is added by an implicit conversion from Float to ArrowAssoc[Float] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def formatted(fmtstr: Predef.String): Predef.String
    Implicit
    This member is added by an implicit conversion from Float to StringFormat[Float] 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.

Inherited from NumericConstant[BigDecimal]

Inherited from Constant[BigDecimal]

Inherited from Literal

Inherited from Token

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from scala.Equals

Inherited from internal.tokens.Metadata.Token

Inherited from Adt

Inherited from InternalToken

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion orderingToOrdered from Float to math.Ordered[Float]

Inherited by implicit conversion any2stringadd from Float to any2stringadd[Float]

Inherited by implicit conversion StringFormat from Float to StringFormat[Float]

Inherited by implicit conversion Ensuring from Float to Ensuring[Float]

Inherited by implicit conversion ArrowAssoc from Float to ArrowAssoc[Float]

Ungrouped