Packages

c

scala.tools.nsc.typechecker.Namers.Namer

ModuleClassTypeCompleter

class ModuleClassTypeCompleter extends Analyzer.TypeCompleterBase[Global.ModuleDef]

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

Instance Constructors

  1. new ModuleClassTypeCompleter(tree: Global.ModuleDef)

Type Members

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

Value Members

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

Inherited from Analyzer.TypeCompleter

Inherited from Global.LazyType

Inherited from Global.Type

Inherited from Global.TypeApiImpl

Inherited from Global.TypeApi

Inherited from AnyRef

Inherited from Any

Ungrouped