Packages

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. Protected

Type Members

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

Value Members

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