Packages

class ClassfileLoader 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
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClassfileLoader
  2. FlagAssigningCompleter
  3. SymbolLoader
  4. SymLoader
  5. LazyType
  6. Type
  7. Annotatable
  8. TypeApiImpl
  9. TypeApi
  10. AnyRef
  11. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ClassfileLoader(classfile: AbstractFile, clazz: (symbolTable)#ClassSymbol, module: (symbolTable)#ModuleSymbol)

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

Deprecated Value Members

  1. def [B](y: B): (ClassfileLoader, B)
    Implicit
    This member is added by an implicit conversion from ClassfileLoader toArrowAssoc[ClassfileLoader] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

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

Inherited by implicit conversion any2stringadd fromClassfileLoader to any2stringadd[ClassfileLoader]

Inherited by implicit conversion StringFormat fromClassfileLoader to StringFormat[ClassfileLoader]

Inherited by implicit conversion Ensuring fromClassfileLoader to Ensuring[ClassfileLoader]

Inherited by implicit conversion ArrowAssoc fromClassfileLoader to ArrowAssoc[ClassfileLoader]

Ungrouped