scala.tools.nsc.backend.icode.TypeKinds

DOUBLE

object DOUBLE extends ValueTypeKind with Product with Serializable

An 8-byte floating point number

Source
TypeKinds.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, ValueTypeKind, TypeKind, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. DOUBLE
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ValueTypeKind
  7. TypeKind
  8. AnyRef
  9. Any
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def <:<(other: TypeKind): Boolean

    Simple subtyping check

    Simple subtyping check

    Definition Classes
    TypeKind
  5. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def canEqual(arg0: Any): Boolean

    Definition Classes
    DOUBLE → Equals
  9. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def dimensions: Int

    The number of dimensions for array types.

    The number of dimensions for array types.

    Definition Classes
    TypeKind
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  15. final def hashCode(): Int

    Definition Classes
    DOUBLE → AnyRef → Any
  16. def isArrayType: Boolean

    Definition Classes
    TypeKind
  17. def isBoxedType: Boolean

    Definition Classes
    TypeKind
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def isIntSizedType: Boolean

    On the JVM, these types are like Ints for the purposes of calculating the lub.

    On the JVM, these types are like Ints for the purposes of calculating the lub.

    Definition Classes
    TypeKind
  20. def isIntegralType: Boolean

    Definition Classes
    TypeKind
  21. final def isInterfaceType: Boolean

    Definition Classes
    TypeKind
  22. final def isNothingType: Boolean

    Definition Classes
    TypeKind
  23. final def isNullType: Boolean

    Definition Classes
    TypeKind
  24. def isNumericType: Boolean

    Definition Classes
    TypeKind
  25. def isRealType: Boolean

    Definition Classes
    TypeKind
  26. final def isRefArrayOrBoxType: Boolean

    Definition Classes
    TypeKind
  27. final def isRefOrArrayType: Boolean

    Definition Classes
    TypeKind
  28. def isReferenceType: Boolean

    Definition Classes
    TypeKind
  29. def isValueType: Boolean

    Definition Classes
    ValueTypeKindTypeKind
  30. def isWideType: Boolean

    Is this type a category 2 type in JVM terms?

    Is this type a category 2 type in JVM terms?

    Definition Classes
    TypeKind
  31. def maxType(other: TypeKind): TypeKind

    Definition Classes
    DOUBLETypeKind
  32. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  35. def productArity: Int

    Definition Classes
    DOUBLE → Product
  36. def productElement(arg0: Int): Any

    Definition Classes
    DOUBLE → Product
  37. def productIterator: Iterator[Any]

    Definition Classes
    Product
  38. def productPrefix: String

    Definition Classes
    DOUBLE → Product
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

    Definition Classes
    ValueTypeKind → AnyRef → Any
  41. def toType: Type

    Definition Classes
    TypeKind
  42. def uncomparable(other: TypeKind): Nothing

    Attributes
    protected
    Definition Classes
    TypeKind
  43. def uncomparable(thisKind: String, other: TypeKind): Nothing

    Attributes
    protected
    Definition Classes
    TypeKind
  44. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  45. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  46. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def productElements: Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    (Since version 2.8.0) use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ValueTypeKind

Inherited from TypeKind

Inherited from AnyRef

Inherited from Any