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
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 ModuleClassTypeCompleter(tree: Global.ModuleDef)

Type Members

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

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 completeImpl(sym: Global.Symbol): Unit
  19. def computeMemberType(sym: Global.Symbol): Global.Type
    Definition Classes
    Type
  20. def contains(sym: Global.Symbol): Boolean
    Definition Classes
    Type → TypeApi
  21. def dealias: Global.Type
    Definition Classes
    Type → TypeApi
  22. def dealiasWiden: Global.Type
    Definition Classes
    Type
  23. def dealiasWidenChain: List[Global.Type]
    Definition Classes
    Type
  24. def decl(name: Global.Name): Global.Symbol
    Definition Classes
    Type → TypeApi
  25. def declaration(name: Global.Name): Global.Symbol
    Definition Classes
    TypeApiImpl → TypeApi
  26. def declarations: Global.Scope
    Definition Classes
    TypeApiImpl → TypeApi
  27. def decls: Global.Scope
    Definition Classes
    Type → TypeApi
  28. def deconst: Global.Type
    Definition Classes
    Type
  29. def deferredMembers: Global.Scope
    Definition Classes
    Type
  30. def directObjectString: String
    Definition Classes
    Type
  31. def erasure: Global.Type
    Definition Classes
    TypeApiImpl → TypeApi
  32. def etaExpand: Global.Type
    Definition Classes
    Type → TypeApi
  33. def exists(p: (Global.Type) ⇒ Boolean): Boolean
    Definition Classes
    Type → TypeApi
  34. def filterAnnotations(p: (Global.AnnotationInfo) ⇒ Boolean): Global.Type
    Definition Classes
    Type → Annotatable
  35. final def finalResultType: Global.Type
    Definition Classes
    Type → TypeApi
  36. def find(p: (Global.Type) ⇒ Boolean): Option[Global.Type]
    Definition Classes
    Type → TypeApi
  37. def findMember(name: Global.Name, excludedFlags: Long, requiredFlags: Long, stableOnly: Boolean): Global.Symbol
    Definition Classes
    Type
  38. def findMembers(excludedFlags: Long, requiredFlags: Long): Global.Scope
    Definition Classes
    Type
  39. def firstParent: Global.Type
    Definition Classes
    Type
  40. def forceDirectSuperclasses: Unit
    Definition Classes
    TypeCompleter → Type
  41. def foreach(f: (Global.Type) ⇒ Unit): Unit
    Definition Classes
    Type → TypeApi
  42. def getAnnotation(cls: Global.Symbol): Option[Global.AnnotationInfo]
    Definition Classes
    Annotatable
  43. def hasAnnotation(cls: Global.Symbol): Boolean
    Definition Classes
    Annotatable
  44. def hasNonPrivateMember(name: Global.Name): Boolean
    Definition Classes
    Type
  45. def implicitMembers: Global.Scope
    Definition Classes
    Type
  46. def instantiateTypeParams(formals: List[Global.Symbol], actuals: List[Global.Type]): Global.Type
    Definition Classes
    Type
  47. def isComplete: Boolean
    Definition Classes
    LazyType → Type
  48. def isDependentMethodType: Boolean
    Definition Classes
    Type
  49. def isErroneous: Boolean
    Definition Classes
    Type
  50. def isError: Boolean
    Definition Classes
    Type
  51. def isFinalType: Boolean
    Definition Classes
    Type
  52. def isGround: Boolean
    Definition Classes
    Type
  53. def isHigherKinded: Boolean
    Definition Classes
    Type
  54. def isImmediatelyDependent: Boolean
    Definition Classes
    Type
  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 kind: String
    Definition Classes
    LazyType → Type
  63. def load(sym: Global.Symbol): Unit
    Definition Classes
    Type
  64. def looselyMatches(that: Global.Type): Boolean
    Definition Classes
    Type
  65. def map(f: (Global.Type) ⇒ Global.Type): Global.Type
    Definition Classes
    Type → TypeApi
  66. def matches(that: Global.Type): Boolean
    Definition Classes
    Type
  67. def matchesPattern(that: Global.Type): Boolean
    Definition Classes
    Type
  68. def member(name: Global.Name): Global.Symbol
    Definition Classes
    Type → TypeApi
  69. def memberBasedOnName(name: Global.Name, excludedFlags: Long): Global.Symbol
    Definition Classes
    Type
  70. def memberInfo(sym: Global.Symbol): Global.Type
    Definition Classes
    Type
  71. def memberType(sym: Global.Symbol): Global.Type
    Definition Classes
    Type
  72. def members: Global.Scope
    Definition Classes
    Type → TypeApi
  73. def membersBasedOnFlags(excludedFlags: Long, requiredFlags: Long): Global.Scope
    Definition Classes
    Type
  74. def nameAndArgsString: String
    Definition Classes
    Type
  75. def narrow: Global.Type
    Definition Classes
    Type
  76. def nonLocalMember(name: Global.Name): Global.Symbol
    Definition Classes
    Type
  77. def nonPrivateDecl(name: Global.Name): Global.Symbol
    Definition Classes
    Type
  78. def nonPrivateDecls: List[Global.Symbol]
    Definition Classes
    Type
  79. def nonPrivateMember(name: Global.Name): Global.Symbol
    Definition Classes
    Type
  80. def nonPrivateMemberAdmitting(name: Global.Name, admit: Long): Global.Symbol
    Definition Classes
    Type
  81. def nonPrivateMembers: Global.Scope
    Definition Classes
    Type
  82. def nonPrivateMembersAdmitting(admit: Long): Global.Scope
    Definition Classes
    Type
  83. def normalize: Global.Type
    Definition Classes
    Type → TypeApi
  84. final def orElse(alt: ⇒ Global.Type): Global.Type
    Definition Classes
    Type → TypeApi
    Annotations
    @inline()
  85. def packageObject: Global.Symbol
    Definition Classes
    Type
  86. def paramLists: List[List[Global.Symbol]]
    Definition Classes
    TypeApiImpl → TypeApi
  87. def paramSectionCount: Int
    Definition Classes
    Type
  88. def paramTypes: List[Global.Type]
    Definition Classes
    Type
  89. def params: List[Global.Symbol]
    Definition Classes
    Type
  90. def paramss: List[List[Global.Symbol]]
    Definition Classes
    Type → TypeApi
  91. def parents: List[Global.Type]
    Definition Classes
    Type
  92. def prefix: Global.Type
    Definition Classes
    Type
  93. def prefixChain: List[Global.Type]
    Definition Classes
    Type
  94. def prefixString: String
    Definition Classes
    Type
  95. def removeAnnotation(cls: Global.Symbol): Global.Type
    Definition Classes
    Annotatable
  96. def resultApprox: Global.Type
    Definition Classes
    Type
  97. def resultType(actuals: List[Global.Type]): Global.Type
    Definition Classes
    Type
  98. def resultType: Global.Type
    Definition Classes
    Type → TypeApi
  99. def safeToString: String
    Definition Classes
    LazyType → Type
  100. def setAnnotations(annots: List[Global.AnnotationInfo]): Global.Type
    Definition Classes
    Type → Annotatable
  101. def skolemizeExistential: Global.Type
    Definition Classes
    Type
  102. def skolemizeExistential(owner: Global.Symbol, origin: AnyRef): Global.Type
    Definition Classes
    Type
  103. def skolemsExceptMethodTypeParams: List[Global.Symbol]
    Definition Classes
    Type
  104. def stat_<:<(that: Global.Type): Boolean
    Definition Classes
    Type
  105. def staticAnnotations: collection.immutable.List[Global.AnnotationInfo]
    Definition Classes
    Annotatable
  106. def subst(from: List[Global.Symbol], to: List[Global.Type]): Global.Type
    Definition Classes
    Type
  107. def substSym(from: List[Global.Symbol], to: List[Global.Symbol]): Global.Type
    Definition Classes
    Type
  108. def substThis(from: Global.Symbol, to: Global.Symbol): Global.Type
    Definition Classes
    Type
  109. def substThis(from: Global.Symbol, to: Global.Type): Global.Type
    Definition Classes
    Type
  110. def substThisAndSym(from: Global.Symbol, to: Global.Type, symsFrom: List[Global.Symbol], symsTo: List[Global.Symbol]): Global.Type
    Definition Classes
    Type
  111. def substituteSymbols(from: List[Global.Symbol], to: List[Global.Symbol]): Global.Type
    Definition Classes
    TypeApiImpl → TypeApi
  112. def substituteTypes(from: List[Global.Symbol], to: List[Global.Type]): Global.Type
    Definition Classes
    TypeApiImpl → TypeApi
  113. def takesTypeArgs: Boolean
    Definition Classes
    Type → TypeApi
  114. def termSymbol: Global.Symbol
    Definition Classes
    Type → TypeApi
  115. def termSymbolDirect: Global.Symbol
    Definition Classes
    Type
  116. def toLongString: String
    Definition Classes
    Type
  117. final def toString(): String
    Definition Classes
    Type → AnyRef → Any
  118. val tree: Global.ModuleDef
    Definition Classes
    TypeCompleterBaseTypeCompleter
  119. def trimPrefix(str: String): String
    Definition Classes
    Type
  120. def typeArgs: List[Global.Type]
    Definition Classes
    Type → TypeApi
  121. def typeArguments: List[Global.Type]
    Definition Classes
    TypeApiImpl
  122. def typeConstructor: Global.Type
    Definition Classes
    Type → TypeApi
  123. def typeOfThis: Global.Type
    Definition Classes
    Type
  124. def typeParams: List[Global.Symbol]
    Definition Classes
    Type → TypeApi
  125. def typeSymbol: Global.Symbol
    Definition Classes
    Type → TypeApi
  126. def typeSymbolDirect: Global.Symbol
    Definition Classes
    Type
  127. def underlying: Global.Type
    Definition Classes
    Type
  128. def weak_<:<(that: Global.Type): Boolean
    Definition Classes
    Type → TypeApi
  129. def widen: Global.Type
    Definition Classes
    Type → TypeApi
  130. final def withAnnotation(annot: Global.AnnotationInfo): Global.Type
    Definition Classes
    Annotatable
  131. def withAnnotations(annots: List[Global.AnnotationInfo]): Global.Type
    Definition Classes
    Type → Annotatable
  132. def withFilter(p: (Global.Type) ⇒ Boolean): FilterMapForeach
    Definition Classes
    Type
  133. 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