dotty.tools.dotc.core.Types

NamedPartsAccumulator

Related Doc: package Types

class NamedPartsAccumulator extends TypeAccumulator[Set[NamedType]]

Linear Supertypes
TypeAccumulator[Set[NamedType]], (Set[NamedType], Type) ⇒ Set[NamedType], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NamedPartsAccumulator
  2. TypeAccumulator
  3. Function2
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NamedPartsAccumulator(p: (NamedType) ⇒ Boolean, excludeLowerBounds: Boolean = false)(implicit ctx: Context)

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. def apply(x: Set[NamedType], tp: Type): Set[NamedType]

    Definition Classes
    NamedPartsAccumulatorTypeAccumulator → Function2
  5. def applyToAnnot(x: Set[NamedType], annot: Annotation): Set[NamedType]

    Attributes
    protected
    Definition Classes
    TypeAccumulator
  6. def applyToPrefix(x: Set[NamedType], tp: NamedType): Set[NamedType]

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

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. implicit val ctx: Context

    Attributes
    protected
    Definition Classes
    TypeAccumulator
  10. def curried: (Set[NamedType]) ⇒ (Type) ⇒ Set[NamedType]

    Definition Classes
    Function2
    Annotations
    @unspecialized()
  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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def foldOver(x: Set[NamedType], ts: List[Type]): Set[NamedType]

    Definition Classes
    TypeAccumulator
  15. def foldOver(x: Set[NamedType], tp: Type): Set[NamedType]

    Definition Classes
    TypeAccumulator
  16. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  19. def maybeAdd(x: Set[NamedType], tp: NamedType): Set[NamedType]

  20. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  23. val seen: Set[Type]

  24. def stopAtStatic: Boolean

    Definition Classes
    NamedPartsAccumulatorTypeAccumulator
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    Function2 → AnyRef → Any
  27. def tupled: ((Set[NamedType], Type)) ⇒ Set[NamedType]

    Definition Classes
    Function2
    Annotations
    @unspecialized()
  28. var variance: Int

    Attributes
    protected
    Definition Classes
    TypeAccumulator
  29. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TypeAccumulator[Set[NamedType]]

Inherited from (Set[NamedType], Type) ⇒ Set[NamedType]

Inherited from AnyRef

Inherited from Any

Ungrouped