Packages

o

scala.tools.nsc.symtab.SymbolLoaders

moduleClassLoader

object moduleClassLoader extends SymbolLoader with (symbolTable)#FlagAssigningCompleter

Source
SymbolLoaders.scala
Linear Supertypes
(symbolTable)#FlagAssigningCompleter, SymbolLoader, (symbolTable)#SymLoader, (symbolTable)#LazyType, (symbolTable)#Type, (symbolTable)#Annotatable[(symbolTable)#Type], (symbolTable)#TypeApiImpl, (symbolTable)#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
Visibility
  1. Public
  2. All

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

Deprecated Value Members

  1. def boundSyms: Set[(symbolTable)#Symbol]
    Definition Classes
    Type
    Annotations
    @deprecated
    Deprecated

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

Inherited from (symbolTable)#FlagAssigningCompleter

Inherited from SymbolLoader

Inherited from (symbolTable)#SymLoader

Inherited from (symbolTable)#LazyType

Inherited from (symbolTable)#Type

Inherited from (symbolTable)#Annotatable[(symbolTable)#Type]

Inherited from (symbolTable)#TypeApiImpl

Inherited from (symbolTable)#TypeApi

Inherited from AnyRef

Inherited from Any

Ungrouped