Packages

c

scala.tools.nsc.typechecker.Namers

TypeCompleterBase

abstract class TypeCompleterBase[T <: Global.Tree] extends Analyzer.TypeCompleter with Analyzer.LockingTypeCompleter with Global.FlagAgnosticCompleter

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypeCompleterBase
  2. FlagAgnosticCompleter
  3. LockingTypeCompleter
  4. TypeCompleter
  5. LazyType
  6. Type
  7. Annotatable
  8. TypeApiImpl
  9. TypeApi
  10. AnyRef
  11. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TypeCompleterBase(tree: T)

Type Members

  1. class FilterMapForeach extends reflect.internal.SymbolTable.FilterTypeCollector
    Definition Classes
    Type

Abstract Value Members

  1. abstract def completeImpl(sym: Global.Symbol): Unit
    Definition Classes
    LockingTypeCompleter

Concrete Value Members

  1. def <:<(that: Global.Type): Boolean
    Definition Classes
    Type → TypeApi
  2. def =:=(that: Global.Type): Boolean
    Definition Classes
    Type → TypeApi
  3. def addThrowsAnnotation(throwableSym: Global.Symbol): Global.Type
    Definition Classes
    Annotatable
  4. def annotations: List[Global.AnnotationInfo]
    Definition Classes
    Type → Annotatable
  5. def asSeenFrom(pre: Global.Type, clazz: Global.Symbol): Global.Type
    Definition Classes
    Type → TypeApi
  6. def atOwner(owner: Global.Symbol): Global.Type
    Definition Classes
    Type
  7. def baseClasses: List[Global.Symbol]
    Definition Classes
    Type → TypeApi
  8. def baseType(clazz: Global.Symbol): Global.Type
    Definition Classes
    Type → TypeApi
  9. def baseTypeIndex(sym: Global.Symbol): Int
    Definition Classes
    Type
  10. def baseTypeSeq: Global.BaseTypeSeq
    Definition Classes
    Type
  11. def baseTypeSeqDepth: Depth
    Definition Classes
    Type
  12. def betaReduce: Global.Type
    Definition Classes
    Type
  13. def bounds: Global.TypeBounds
    Definition Classes
    Type
  14. def cloneInfo(owner: Global.Symbol): Global.Type
    Definition Classes
    Type
  15. def collect[T](pf: PartialFunction[Global.Type, T]): List[T]
    Definition Classes
    Type
  16. def companion: Global.Type
    Definition Classes
    TypeApiImpl → TypeApi
  17. def complete(sym: Global.Symbol): Unit
    Definition Classes
    LockingTypeCompleter → LazyType → Type
  18. def computeMemberType(sym: Global.Symbol): Global.Type
    Definition Classes
    Type
  19. def contains(sym: Global.Symbol): Boolean
    Definition Classes
    Type → TypeApi
  20. def dealias: Global.Type
    Definition Classes
    Type → TypeApi
  21. def dealiasWiden: Global.Type
    Definition Classes
    Type
  22. def dealiasWidenChain: List[Global.Type]
    Definition Classes
    Type
  23. def decl(name: Global.Name): Global.Symbol
    Definition Classes
    Type → TypeApi
  24. def declaration(name: Global.Name): Global.Symbol
    Definition Classes
    TypeApiImpl → TypeApi
  25. def declarations: Global.Scope
    Definition Classes
    TypeApiImpl → TypeApi
  26. def decls: Global.Scope
    Definition Classes
    Type → TypeApi
  27. def deconst: Global.Type
    Definition Classes
    Type
  28. def deferredMembers: Global.Scope
    Definition Classes
    Type
  29. def directObjectString: String
    Definition Classes
    Type
  30. def erasure: Global.Type
    Definition Classes
    TypeApiImpl → TypeApi
  31. def etaExpand: Global.Type
    Definition Classes
    Type → TypeApi
  32. def exists(p: (Global.Type) ⇒ Boolean): Boolean
    Definition Classes
    Type → TypeApi
  33. def filterAnnotations(p: (Global.AnnotationInfo) ⇒ Boolean): Global.Type
    Definition Classes
    Type → Annotatable
  34. final def finalResultType: Global.Type
    Definition Classes
    Type → TypeApi
  35. def find(p: (Global.Type) ⇒ Boolean): Option[Global.Type]
    Definition Classes
    Type → TypeApi
  36. def findMember(name: Global.Name, excludedFlags: Long, requiredFlags: Long, stableOnly: Boolean): Global.Symbol
    Definition Classes
    Type
  37. def findMembers(excludedFlags: Long, requiredFlags: Long): Global.Scope
    Definition Classes
    Type
  38. def firstParent: Global.Type
    Definition Classes
    Type
  39. def forceDirectSuperclasses: Unit
    Definition Classes
    TypeCompleter → Type
  40. def foreach(f: (Global.Type) ⇒ Unit): Unit
    Definition Classes
    Type → TypeApi
  41. def getAnnotation(cls: Global.Symbol): Option[Global.AnnotationInfo]
    Definition Classes
    Annotatable
  42. def hasAnnotation(cls: Global.Symbol): Boolean
    Definition Classes
    Annotatable
  43. def hasNonPrivateMember(name: Global.Name): Boolean
    Definition Classes
    Type
  44. def implicitMembers: Global.Scope
    Definition Classes
    Type
  45. def instantiateTypeParams(formals: List[Global.Symbol], actuals: List[Global.Type]): Global.Type
    Definition Classes
    Type
  46. def isComplete: Boolean
    Definition Classes
    LazyType → Type
  47. def isDependentMethodType: Boolean
    Definition Classes
    Type
  48. def isErroneous: Boolean
    Definition Classes
    Type
  49. def isError: Boolean
    Definition Classes
    Type
  50. def isFinalType: Boolean
    Definition Classes
    Type
  51. def isGround: Boolean
    Definition Classes
    Type
  52. def isHigherKinded: Boolean
    Definition Classes
    Type
  53. def isImmediatelyDependent: Boolean
    Definition Classes
    Type
  54. def isJavaVarargsMethod: Boolean
    Definition Classes
    LazyType
  55. def isShowAsInfixType: Boolean
    Definition Classes
    Type
  56. def isSpliceable: Boolean
    Definition Classes
    TypeApiImpl
  57. final def isStable: Boolean
    Definition Classes
    Type
  58. def isStructuralRefinement: Boolean
    Definition Classes
    Type
  59. def isTrivial: Boolean
    Definition Classes
    Type
  60. final def isVolatile: Boolean
    Definition Classes
    Type
  61. def isWildcard: Boolean
    Definition Classes
    Type
  62. def javaThrownExceptions: List[Global.Symbol]
    Definition Classes
    LazyType
  63. def kind: String
    Definition Classes
    LazyType → Type
  64. def load(sym: Global.Symbol): Unit
    Definition Classes
    Type
  65. def looselyMatches(that: Global.Type): Boolean
    Definition Classes
    Type
  66. def lowerBound: Global.Type
    Definition Classes
    Type
  67. def map(f: (Global.Type) ⇒ Global.Type): Global.Type
    Definition Classes
    Type → TypeApi
  68. def matches(that: Global.Type): Boolean
    Definition Classes
    Type
  69. def matchesPattern(that: Global.Type): Boolean
    Definition Classes
    Type
  70. def member(name: Global.Name): Global.Symbol
    Definition Classes
    Type → TypeApi
  71. def memberBasedOnName(name: Global.Name, excludedFlags: Long): Global.Symbol
    Definition Classes
    Type
  72. def memberInfo(sym: Global.Symbol): Global.Type
    Definition Classes
    Type
  73. def memberType(sym: Global.Symbol): Global.Type
    Definition Classes
    Type
  74. def members: Global.Scope
    Definition Classes
    Type → TypeApi
  75. def membersBasedOnFlags(excludedFlags: Long, requiredFlags: Long): Global.Scope
    Definition Classes
    Type
  76. def nameAndArgsString: String
    Definition Classes
    Type
  77. def narrow: Global.Type
    Definition Classes
    Type
  78. def nonLocalMember(name: Global.Name): Global.Symbol
    Definition Classes
    Type
  79. def nonPrivateDecl(name: Global.Name): Global.Symbol
    Definition Classes
    Type
  80. def nonPrivateDecls: List[Global.Symbol]
    Definition Classes
    Type
  81. def nonPrivateMember(name: Global.Name): Global.Symbol
    Definition Classes
    Type
  82. def nonPrivateMemberAdmitting(name: Global.Name, admit: Long): Global.Symbol
    Definition Classes
    Type
  83. def nonPrivateMembers: Global.Scope
    Definition Classes
    Type
  84. def nonPrivateMembersAdmitting(admit: Long): Global.Scope
    Definition Classes
    Type
  85. def normalize: Global.Type
    Definition Classes
    Type → TypeApi
  86. final def orElse(alt: ⇒ Global.Type): Global.Type
    Definition Classes
    Type → TypeApi
    Annotations
    @inline()
  87. def packageObject: Global.Symbol
    Definition Classes
    Type
  88. def paramLists: List[List[Global.Symbol]]
    Definition Classes
    TypeApiImpl → TypeApi
  89. def paramSectionCount: Int
    Definition Classes
    Type
  90. def paramTypes: List[Global.Type]
    Definition Classes
    Type
  91. def params: List[Global.Symbol]
    Definition Classes
    Type
  92. def paramss: List[List[Global.Symbol]]
    Definition Classes
    Type → TypeApi
  93. def parents: List[Global.Type]
    Definition Classes
    Type
  94. def prefix: Global.Type
    Definition Classes
    Type
  95. def prefixChain: List[Global.Type]
    Definition Classes
    Type
  96. def prefixString: String
    Definition Classes
    Type
  97. def removeAnnotation(cls: Global.Symbol): Global.Type
    Definition Classes
    Annotatable
  98. def resultApprox: Global.Type
    Definition Classes
    Type
  99. def resultType(actuals: List[Global.Type]): Global.Type
    Definition Classes
    Type
  100. def resultType: Global.Type
    Definition Classes
    Type → TypeApi
  101. def safeToString: String
    Definition Classes
    LazyType → Type
  102. def setAnnotations(annots: List[Global.AnnotationInfo]): Global.Type
    Definition Classes
    Type → Annotatable
  103. def skolemizeExistential: Global.Type
    Definition Classes
    Type
  104. def skolemizeExistential(owner: Global.Symbol, origin: AnyRef): Global.Type
    Definition Classes
    Type
  105. def skolemsExceptMethodTypeParams: List[Global.Symbol]
    Definition Classes
    Type
  106. def stat_<:<(that: Global.Type): Boolean
    Definition Classes
    Type
  107. def staticAnnotations: collection.immutable.List[Global.AnnotationInfo]
    Definition Classes
    Annotatable
  108. def subst(from: List[Global.Symbol], to: List[Global.Type]): Global.Type
    Definition Classes
    Type
  109. def substSym(from: List[Global.Symbol], to: List[Global.Symbol]): Global.Type
    Definition Classes
    Type
  110. def substThis(from: Global.Symbol, to: Global.Symbol): Global.Type
    Definition Classes
    Type
  111. def substThis(from: Global.Symbol, to: Global.Type): Global.Type
    Definition Classes
    Type
  112. def substThisAndSym(from: Global.Symbol, to: Global.Type, symsFrom: List[Global.Symbol], symsTo: List[Global.Symbol]): Global.Type
    Definition Classes
    Type
  113. def substituteSymbols(from: List[Global.Symbol], to: List[Global.Symbol]): Global.Type
    Definition Classes
    TypeApiImpl → TypeApi
  114. def substituteTypes(from: List[Global.Symbol], to: List[Global.Type]): Global.Type
    Definition Classes
    TypeApiImpl → TypeApi
  115. def takesTypeArgs: Boolean
    Definition Classes
    Type → TypeApi
  116. def termSymbol: Global.Symbol
    Definition Classes
    Type → TypeApi
  117. def termSymbolDirect: Global.Symbol
    Definition Classes
    Type
  118. def toLongString: String
    Definition Classes
    Type
  119. final def toString(): String
    Definition Classes
    Type → AnyRef → Any
  120. val tree: T
    Definition Classes
    TypeCompleterBaseTypeCompleter
  121. def trimPrefix(str: String): String
    Definition Classes
    Type
  122. def typeArgs: List[Global.Type]
    Definition Classes
    Type → TypeApi
  123. def typeArguments: List[Global.Type]
    Definition Classes
    TypeApiImpl
  124. def typeConstructor: Global.Type
    Definition Classes
    Type → TypeApi
  125. def typeOfThis: Global.Type
    Definition Classes
    Type
  126. def typeParams: List[Global.Symbol]
    Definition Classes
    Type → TypeApi
  127. def typeSymbol: Global.Symbol
    Definition Classes
    Type → TypeApi
  128. def typeSymbolDirect: Global.Symbol
    Definition Classes
    Type
  129. def underlying: Global.Type
    Definition Classes
    Type
  130. def upperBound: Global.Type
    Definition Classes
    Type
  131. def weak_<:<(that: Global.Type): Boolean
    Definition Classes
    Type → TypeApi
  132. def widen: Global.Type
    Definition Classes
    Type → TypeApi
  133. final def withAnnotation(annot: Global.AnnotationInfo): Global.Type
    Definition Classes
    Annotatable
  134. def withAnnotations(annots: List[Global.AnnotationInfo]): Global.Type
    Definition Classes
    Type → Annotatable
  135. def withFilter(p: (Global.Type) ⇒ Boolean): FilterMapForeach
    Definition Classes
    Type
  136. def withoutAnnotations: Global.Type
    Definition Classes
    Type → Annotatable

Deprecated Value Members

  1. def boundSyms: Set[Global.Symbol]
    Definition Classes
    Type
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.3) No longer used in the compiler implementation