Packages

abstract class MaybeExpandeeCompleter extends (analyzer)#TypeCompleter with (analyzer)#LockingTypeCompleter with scala.tools.nsc.Global.FlagAssigningCompleter

Linear Supertypes
scala.tools.nsc.Global.FlagAssigningCompleter, (analyzer)#LockingTypeCompleter, (analyzer)#TypeCompleter, scala.tools.nsc.Global.LazyType, scala.tools.nsc.Global.Type, scala.tools.nsc.Global.Annotatable[scala.tools.nsc.Global.Type], scala.tools.nsc.Global.TypeApiImpl, scala.tools.nsc.Global.TypeApi, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MaybeExpandeeCompleter
  2. FlagAssigningCompleter
  3. LockingTypeCompleter
  4. TypeCompleter
  5. LazyType
  6. Type
  7. Annotatable
  8. TypeApiImpl
  9. TypeApi
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MaybeExpandeeCompleter(tree: scala.tools.nsc.Global.Tree)

Type Members

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

Abstract Value Members

  1. abstract def maybeExpand(): Unit

Concrete Value Members

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

Deprecated Value Members

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

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

Inherited from scala.tools.nsc.Global.FlagAssigningCompleter

Inherited from (analyzer)#LockingTypeCompleter

Inherited from (analyzer)#TypeCompleter

Inherited from scala.tools.nsc.Global.LazyType

Inherited from scala.tools.nsc.Global.Type

Inherited from scala.tools.nsc.Global.Annotatable[scala.tools.nsc.Global.Type]

Inherited from scala.tools.nsc.Global.TypeApiImpl

Inherited from scala.tools.nsc.Global.TypeApi

Inherited from AnyRef

Inherited from Any

Ungrouped