NamedPartsAccumulator

class Object
trait Matchable
class Any

Value members

Concrete methods

Inherited methods

protected def applyToAnnot(x: List[NamedType], annot: Annotation): List[NamedType]
Inherited from
TypeAccumulator
final protected def applyToPrefix(x: List[NamedType], tp: NamedType): List[NamedType]
Inherited from
TypeAccumulator
inline protected def atVariance[T](v: Int)(op: => T): T
Inherited from
VariantTraversal
final def foldOver(x: List[NamedType], ts: List[Type]): List[NamedType]
Inherited from
TypeAccumulator
Inherited from
TypeAccumulator
protected def isStaticPrefix(pre: Type)(using Context): Boolean

Can the prefix of this static reference be omitted if the reference itself can be omitted? Overridden in TypeOps#avoid.

Can the prefix of this static reference be omitted if the reference itself can be omitted? Overridden in TypeOps#avoid.

Inherited from
VariantTraversal
protected def stopAtStatic: Boolean
Inherited from
VariantTraversal
Inherited from
VariantTraversal
override def toString(): String
Definition Classes
Function2 -> Any
Inherited from
Function2

Concrete fields

Implicits

Inherited implicits

implicit protected val accCtx: Context
Inherited from
TypeAccumulator