scala.tools.nsc.backend.icode.TypeKinds

TypeKind

class TypeKind extends AnyRef

This class represents a type kind. Type kinds represent the types that the VM know (or the ICode view of what VMs know).

Attributes
sealed abstract
Source
TypeKinds.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. TypeKind
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TypeKind ()

Abstract Value Members

  1. def maxType (other: TypeKind): TypeKind

    Attributes
    abstract

Concrete Value Members

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

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

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

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

    Simple subtyping check

  5. def == (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    Any
  8. def clone (): AnyRef

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

    The number of dimensions for array types.

  10. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  11. def equals (arg0: Any): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  15. def isArrayType : Boolean

  16. def isBoxedType : Boolean

  17. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  18. def isIntSizedType : Boolean

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

  19. def isIntegralType : Boolean

  20. def isInterfaceType : Boolean

    Attributes
    final
  21. def isNothingType : Boolean

    Attributes
    final
  22. def isNullType : Boolean

    Attributes
    final
  23. def isNumericType : Boolean

  24. def isRealType : Boolean

  25. def isRefArrayOrBoxType : Boolean

    Attributes
    final
  26. def isRefOrArrayType : Boolean

    Attributes
    final
  27. def isReferenceType : Boolean

  28. def isValueType : Boolean

  29. def isWideType : Boolean

    Is this type a category 2 type in JVM terms?

  30. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  31. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  32. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  33. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  34. def toString (): String

    Definition Classes
    AnyRef → Any
  35. def toType : Type

  36. def uncomparable (other: TypeKind): Nothing

    Attributes
    protected
  37. def uncomparable (thisKind: String, other: TypeKind): Nothing

    Attributes
    protected
  38. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any