scala.reflect.internal.BaseTypeSeqs

BaseTypeSeq

class BaseTypeSeq extends AnyRef

Note: constructor is protected to force everyone to use the factory method newBaseTypeSeq instead. This is necessary because when run from reflection every base type sequence needs to have a SynchronizedBaseTypeSeq as mixin.

Self Type
BaseTypeSeq
Source
BaseTypeSeqs.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
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])

    Attributes
    protected[BaseTypeSeqs]

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

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

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

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

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

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

  10. final def eq(arg0: AnyRef): Boolean

    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. final def getClass(): Class[_]

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

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

    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.

    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. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  26. def prepend(tp: Type): BaseTypeSeq

    Compute new base type sequence with tp prepended to this sequence

  27. def rawElem(i: Int): Type

  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toList: List[Type]

    Return all evaluated types in this sequence as a list

  30. def toString(): String

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

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

  32. def updateHead(tp: Type): BaseTypeSeq

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

  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any