scala.tools.nsc.symtab.SymbolLoaders

moduleClassLoader

object moduleClassLoader extends SymbolLoader with Global.FlagAssigningCompleter

Source
SymbolLoaders.scala
Linear Supertypes
Global.FlagAssigningCompleter, SymbolLoader, Global.SymLoader, Global.LazyType, Global.Type, Global.Annotatable[Global.Type], Global.TypeApiImpl, Global.TypeApi, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. moduleClassLoader
  2. FlagAssigningCompleter
  3. SymbolLoader
  4. SymLoader
  5. LazyType
  6. Type
  7. Annotatable
  8. TypeApiImpl
  9. TypeApi
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class FilterMapForeach extends reflect.internal.SymbolTable.FilterTypeCollector

    Definition Classes
    Type

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def <:<(that: Global.Type): Boolean

    Definition Classes
    Type → TypeApi
  5. def =:=(that: Global.Type): Boolean

    Definition Classes
    Type → TypeApi
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def annotations: List[Global.AnnotationInfo]

    Definition Classes
    Type → Annotatable
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def asSeenFrom(pre: Global.Type, clazz: Global.Symbol): Global.Type

    Definition Classes
    Type → TypeApi
  11. def atOwner(owner: Global.Symbol): Global.Type

    Definition Classes
    Type
  12. def baseClasses: List[Global.Symbol]

    Definition Classes
    Type → TypeApi
  13. def baseType(clazz: Global.Symbol): Global.Type

    Definition Classes
    Type → TypeApi
  14. def baseTypeIndex(sym: Global.Symbol): Int

    Definition Classes
    Type
  15. def baseTypeSeq: Global.BaseTypeSeq

    Definition Classes
    Type
  16. def baseTypeSeqDepth: Int

    Definition Classes
    Type
  17. def betaReduce: Global.Type

    Definition Classes
    Type
  18. def boundSyms: Set[Global.Symbol]

    Definition Classes
    Type
  19. def bounds: Global.TypeBounds

    Definition Classes
    Type
  20. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. def cloneInfo(owner: Global.Symbol): Global.Type

    Definition Classes
    Type
  22. def collect[T](pf: PartialFunction[Global.Type, T]): List[T]

    Definition Classes
    Type
  23. def complete(root: Global.Symbol): Unit

    Definition Classes
    SymbolLoader → LazyType → Type
  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
  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
  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
  33. def deconst: Global.Type

    Definition Classes
    Type
  34. def deferredMembers: Global.Scope

    Definition Classes
    Type
  35. def description: String

    Description of the resource (ClassPath, AbstractFile) being processed by this loader

    Description of the resource (ClassPath, AbstractFile) being processed by this loader

    Attributes
    protected
    Definition Classes
    moduleClassLoaderSymbolLoader
  36. def directObjectString: String

    Definition Classes
    Type
  37. def doComplete(root: Global.Symbol): Unit

    Load source or class file for root, return

    Load source or class file for root, return

    Attributes
    protected
    Definition Classes
    moduleClassLoaderSymbolLoader
  38. def dummyArgs: List[Global.Type]

    Attributes
    protected
    Definition Classes
    Type
  39. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  40. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  41. def erasure: Global.Type

    Definition Classes
    TypeApiImpl → TypeApi
  42. def etaExpand: Global.Type

    Definition Classes
    Type
  43. def exists(p: (Global.Type) ⇒ Boolean): Boolean

    Definition Classes
    Type → TypeApi
  44. def filterAnnotations(p: (Global.AnnotationInfo) ⇒ Boolean): Global.Type

    Definition Classes
    Type → Annotatable
  45. def finalResultType: Global.Type

    Definition Classes
    Type
  46. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  47. def find(p: (Global.Type) ⇒ Boolean): Option[Global.Type]

    Definition Classes
    Type → TypeApi
  48. def findMember(name: Global.Name, excludedFlags: Long, requiredFlags: Long, stableOnly: Boolean): Global.Symbol

    Definition Classes
    Type
  49. def findMembers(excludedFlags: Long, requiredFlags: Long): Global.Scope

    Definition Classes
    Type
  50. def firstParent: Global.Type

    Definition Classes
    Type
  51. def foreach(f: (Global.Type) ⇒ Unit): Unit

    Definition Classes
    Type → TypeApi
  52. def fromSource: Boolean

    Definition Classes
    SymLoader
  53. def getAnnotation(cls: Global.Symbol): Option[Global.AnnotationInfo]

    Definition Classes
    Annotatable
  54. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  55. def hasAnnotation(cls: Global.Symbol): Boolean

    Definition Classes
    Annotatable
  56. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  57. def implicitMembers: Global.Scope

    Definition Classes
    Type
  58. def instantiateTypeParams(formals: List[Global.Symbol], actuals: List[Global.Type]): Global.Type

    Definition Classes
    Type
  59. def isComplete: Boolean

    Definition Classes
    LazyType → Type
  60. def isDependentMethodType: Boolean

    Definition Classes
    Type
  61. def isErroneous: Boolean

    Definition Classes
    Type
  62. def isError: Boolean

    Definition Classes
    Type
  63. def isFinalType: Boolean

    Definition Classes
    Type
  64. def isGround: Boolean

    Definition Classes
    Type
  65. def isHigherKinded: Boolean

    Definition Classes
    Type
  66. def isImmediatelyDependent: Boolean

    Definition Classes
    Type
  67. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  68. def isNotNull: Boolean

    Definition Classes
    Type
  69. def isSpliceable: Boolean

    Definition Classes
    TypeApiImpl
  70. def isStable: Boolean

    Definition Classes
    Type
  71. def isStructuralRefinement: Boolean

    Definition Classes
    Type
  72. def isTrivial: Boolean

    Definition Classes
    Type
  73. def isVolatile: Boolean

    Definition Classes
    Type
  74. def isWildcard: Boolean

    Definition Classes
    Type
  75. def kind: String

    Definition Classes
    LazyType → Type
  76. def load(root: Global.Symbol): Unit

    Definition Classes
    SymbolLoader → Type
  77. def looselyMatches(that: Global.Type): Boolean

    Definition Classes
    Type
  78. def map(f: (Global.Type) ⇒ Global.Type): Global.Type

    Definition Classes
    Type → TypeApi
  79. def matches(that: Global.Type): Boolean

    Definition Classes
    Type
  80. def matchesPattern(that: Global.Type): Boolean

    Definition Classes
    Type
  81. def member(name: Global.Name): Global.Symbol

    Definition Classes
    Type → TypeApi
  82. def memberBasedOnName(name: Global.Name, excludedFlags: Long): Global.Symbol

    Definition Classes
    Type
  83. def memberInfo(sym: Global.Symbol): Global.Type

    Definition Classes
    Type
  84. def memberType(sym: Global.Symbol): Global.Type

    Definition Classes
    Type
  85. def members: Global.Scope

    Definition Classes
    Type → TypeApi
  86. def membersBasedOnFlags(excludedFlags: Long, requiredFlags: Long): Global.Scope

    Definition Classes
    Type
  87. def narrow: Global.Type

    Definition Classes
    Type
  88. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  89. def nonLocalMember(name: Global.Name): Global.Symbol

    Definition Classes
    Type
  90. def nonPrivateDecl(name: Global.Name): Global.Symbol

    Definition Classes
    Type
  91. def nonPrivateDecls: List[Global.Symbol]

    Definition Classes
    Type
  92. def nonPrivateMember(name: Global.Name): Global.Symbol

    Definition Classes
    Type
  93. def nonPrivateMemberAdmitting(name: Global.Name, admit: Long): Global.Symbol

    Definition Classes
    Type
  94. def nonPrivateMembers: Global.Scope

    Definition Classes
    Type
  95. def nonPrivateMembersAdmitting(admit: Long): Global.Scope

    Definition Classes
    Type
  96. def normalize: Global.Type

    Definition Classes
    Type → TypeApi
  97. def notNull: Global.Type

    Definition Classes
    Type
  98. final def notify(): Unit

    Definition Classes
    AnyRef
  99. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  100. def objectPrefix: String

    Attributes
    protected
    Definition Classes
    Type
  101. def packagePrefix: String

    Attributes
    protected
    Definition Classes
    Type
  102. def paramSectionCount: Int

    Definition Classes
    Type
  103. def paramTypes: List[Global.Type]

    Definition Classes
    Type
  104. def params: List[Global.Symbol]

    Definition Classes
    Type
  105. def paramss: List[List[Global.Symbol]]

    Definition Classes
    Type
  106. def parents: List[Global.Type]

    Definition Classes
    Type
  107. def prefix: Global.Type

    Definition Classes
    Type
  108. def prefixChain: List[Global.Type]

    Definition Classes
    Type
  109. def prefixString: String

    Definition Classes
    Type
  110. def removeAnnotation(cls: Global.Symbol): Global.Type

    Definition Classes
    Annotatable
  111. def resultApprox: Global.Type

    Definition Classes
    Type
  112. def resultType(actuals: List[Global.Type]): Global.Type

    Definition Classes
    Type
  113. def resultType: Global.Type

    Definition Classes
    Type
  114. def safeToString: String

    Definition Classes
    LazyType → Type
  115. def selfsym: Global.Symbol

    Definition Classes
    Type
  116. def setAnnotations(annots: List[Global.AnnotationInfo]): Global.Type

    Definition Classes
    Type → Annotatable
  117. def skolemizeExistential: Global.Type

    Definition Classes
    Type
  118. def skolemizeExistential(owner: Global.Symbol, origin: AnyRef): Global.Type

    Definition Classes
    Type
  119. def skolemsExceptMethodTypeParams: List[Global.Symbol]

    Definition Classes
    Type
  120. def sourcefile: Option[AbstractFile]

    Definition Classes
    SymbolLoader
  121. def stat_<:<(that: Global.Type): Boolean

    Definition Classes
    Type
  122. def subst(from: List[Global.Symbol], to: List[Global.Type]): Global.Type

    Definition Classes
    Type
  123. def substSym(from: List[Global.Symbol], to: List[Global.Symbol]): Global.Type

    Definition Classes
    Type
  124. def substThis(from: Global.Symbol, to: Global.Symbol): Global.Type

    Definition Classes
    Type
  125. def substThis(from: Global.Symbol, to: Global.Type): Global.Type

    Definition Classes
    Type
  126. def substThisAndSym(from: Global.Symbol, to: Global.Type, symsFrom: List[Global.Symbol], symsTo: List[Global.Symbol]): Global.Type

    Definition Classes
    Type
  127. def substituteSymbols(from: List[Global.Symbol], to: List[Global.Symbol]): Global.Type

    Definition Classes
    TypeApiImpl → TypeApi
  128. def substituteTypes(from: List[Global.Symbol], to: List[Global.Type]): Global.Type

    Definition Classes
    TypeApiImpl → TypeApi
  129. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  130. def takesTypeArgs: Boolean

    Definition Classes
    Type → TypeApi
  131. def termSymbol: Global.Symbol

    Definition Classes
    Type → TypeApi
  132. def termSymbolDirect: Global.Symbol

    Definition Classes
    Type
  133. def throwsAnnotations(): List[Global.Symbol]

    Definition Classes
    Annotatable
  134. def toLongString: String

    Definition Classes
    Type
  135. def toString(): String

    Definition Classes
    Type → AnyRef → Any
  136. def trimPrefix(str: String): String

    Definition Classes
    Type
  137. def typeArgs: List[Global.Type]

    Definition Classes
    Type
  138. def typeArguments: List[Global.Type]

    Definition Classes
    TypeApiImpl
  139. def typeConstructor: Global.Type

    Definition Classes
    Type → TypeApi
  140. def typeOfThis: Global.Type

    Definition Classes
    Type
  141. def typeParams: List[Global.Symbol]

    Definition Classes
    Type
  142. def typeSymbol: Global.Symbol

    Definition Classes
    Type → TypeApi
  143. def typeSymbolDirect: Global.Symbol

    Definition Classes
    Type
  144. def underlying: Global.Type

    Definition Classes
    Type
  145. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  146. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  147. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  148. def weak_<:<(that: Global.Type): Boolean

    Definition Classes
    Type → TypeApi
  149. def widen: Global.Type

    Definition Classes
    Type → TypeApi
  150. final def withAnnotation(annot: Global.AnnotationInfo): Global.Type

    Definition Classes
    Annotatable
  151. def withAnnotations(annots: List[Global.AnnotationInfo]): Global.Type

    Definition Classes
    Type → Annotatable
  152. def withFilter(p: (Global.Type) ⇒ Boolean): FilterMapForeach

    Definition Classes
    Type
  153. def withSelfsym(sym: Global.Symbol): Global.Type

    Definition Classes
    Type
  154. def withoutAnnotations: Global.Type

    Definition Classes
    Type → Annotatable

Inherited from Global.FlagAssigningCompleter

Inherited from SymbolLoader

Inherited from Global.SymLoader

Inherited from Global.LazyType

Inherited from Global.Type

Inherited from Global.Annotatable[Global.Type]

Inherited from Global.TypeApiImpl

Inherited from Global.TypeApi

Inherited from AnyRef

Inherited from Any

Ungrouped