scala.tools.nsc.symtab.BaseTypeSeqs

BaseTypeSeq

class BaseTypeSeq extends AnyRef

Self Type
BaseTypeSeq
Source
BaseTypeSeqs.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. BaseTypeSeq
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BaseTypeSeq (parents: List[Type], elems: Array[Type])

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 == (arg0: AnyRef): Boolean

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

    Attributes
    final
    Definition Classes
    Any
  6. def apply (i: Int): Type

    The type at i'th position in this sequence; lazy types are returned evaluated.

  7. def asInstanceOf [T0] : T0

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def copy (head: Type, offset: Int): BaseTypeSeq

    Attributes
    protected
  10. def eq (arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  12. def exists (p: (Type) ⇒ Boolean): Boolean

  13. def finalize (): Unit

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

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

    Definition Classes
    AnyRef → Any
  16. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  17. def lateMap (f: (Type) ⇒ Type): BaseTypeSeq

  18. def length : Int

    The number of types in the sequence

  19. def map (f: (Type) ⇒ Type): BaseTypeSeq

    Compute new base type sequence where every element is mapped with function f'. Lazy types are mapped but not evaluated

  20. lazy val maxDepth : Int

  21. def maxDepthOfElems : Int

    Attributes
    protected
  22. def maxDpth (tp: Type): Int

    The maximum depth of type tp'

    The maximum depth of type tp'

    Attributes
    protected
  23. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  26. val pending : BitSet

  27. def prepend (tp: Type): BaseTypeSeq

    Compute new base type sequence with tp' prepended to this sequence

  28. def rawElem (i: Int): Type

  29. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  30. def toList : List[Type]

    Return all evaluated types in this sequence as a list

  31. def toString (): String

    Definition Classes
    BaseTypeSeq → AnyRef → Any
  32. def typeSymbol (i: Int): Symbol

    The type symbol of the type at i'th position in this sequence; no evaluation needed.

  33. def updateHead (tp: Type): BaseTypeSeq

    Compute new base type sequence with tp' replacing the head of this sequence

  34. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any