scala.tools.nsc.backend.icode.TypeKinds

REFERENCE

case class REFERENCE (cls: Symbol) extends TypeKind with Product with Serializable

A class type.

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

Instance Constructors

  1. new REFERENCE (cls: Symbol)

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

    Checks subtyping relationship.

    Checks subtyping relationship.

    Definition Classes
    REFERENCETypeKind
  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 canEqual (arg0: Any): Boolean

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. val cls : Symbol

  11. def dimensions : Int

    The number of dimensions for array types.

    The number of dimensions for array types.

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

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

    Definition Classes
    REFERENCE → Equals → AnyRef → Any
  14. def finalize (): Unit

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

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

    Definition Classes
    REFERENCE → AnyRef → Any
  17. def isArrayType : Boolean

    Definition Classes
    TypeKind
  18. def isBoxedType : Boolean

    Definition Classes
    TypeKind
  19. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  20. 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
  21. def isIntegralType : Boolean

    Definition Classes
    TypeKind
  22. def isInterfaceType : Boolean

    Attributes
    final
    Definition Classes
    TypeKind
  23. def isNothingType : Boolean

    Attributes
    final
    Definition Classes
    TypeKind
  24. def isNullType : Boolean

    Attributes
    final
    Definition Classes
    TypeKind
  25. def isNumericType : Boolean

    Definition Classes
    TypeKind
  26. def isRealType : Boolean

    Definition Classes
    TypeKind
  27. def isRefArrayOrBoxType : Boolean

    Attributes
    final
    Definition Classes
    TypeKind
  28. def isRefOrArrayType : Boolean

    Attributes
    final
    Definition Classes
    TypeKind
  29. def isReferenceType : Boolean

    Definition Classes
    REFERENCETypeKind
  30. def isValueType : Boolean

    Definition Classes
    TypeKind
  31. 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
  32. def maxType (other: TypeKind): TypeKind

    Approximate lub'. The common type of two references is always AnyRef. For 'real' least upper bound wrt to subclassing use method 'lub'.

    Approximate lub'. The common type of two references is always AnyRef. For 'real' least upper bound wrt to subclassing use method 'lub'.

    Definition Classes
    REFERENCETypeKind
  33. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  36. def productArity : Int

    Definition Classes
    REFERENCE → Product
  37. def productElement (arg0: Int): Any

    Definition Classes
    REFERENCE → Product
  38. def productIterator : Iterator[Any]

    Definition Classes
    Product
  39. def productPrefix : String

    Definition Classes
    REFERENCE → Product
  40. def synchronized [T0] (arg0: ⇒ T0): T0

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

    Definition Classes
    REFERENCE → AnyRef → Any
  42. def toType : Type

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def productElements : Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from TypeKind

Inherited from AnyRef

Inherited from Any