Packages

abstract class SymbolLoader extends (symbolTable)#SymLoader

A lazy type that completes itself by calling parameter doComplete. Any linked modules/classes or module classes are also initialized. Todo: consider factoring out behavior from TopClassCompleter/SymbolLoader into supertrait SymLoader

Source
SymbolLoaders.scala
Linear Supertypes
(symbolTable)#SymLoader, (symbolTable)#LazyType, (symbolTable)#Type, (symbolTable)#Annotatable[(symbolTable)#Type], (symbolTable)#TypeApiImpl, (symbolTable)#TypeApi, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SymbolLoader
  2. SymLoader
  3. LazyType
  4. Type
  5. Annotatable
  6. TypeApiImpl
  7. TypeApi
  8. AnyRef
  9. 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 SymbolLoader()

Type Members

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

Abstract Value Members

  1. abstract 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
  2. abstract def doComplete(root: (symbolTable)#Symbol): Unit

    Load source or class file for root, return

    Load source or class file for root, return

    Attributes
    protected

Concrete Value Members

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

    Test two objects for inequality.

    Test two objects for inequality.

    returns

    true if !(this == that), false otherwise.

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Equivalent to x.hashCode except for boxed numeric types and null.

    Equivalent to x.hashCode except for boxed numeric types and null. For numerics, it returns a hash value which is consistent with value equality: if two value type instances compare as true, then ## will produce the same hash value for each of them. For null returns a hashcode where null.hashCode throws a NullPointerException.

    returns

    a hash value consistent with ==

    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from SymbolLoader to any2stringadd[SymbolLoader] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SymbolLoader, B)
    Implicit
    This member is added by an implicit conversion from SymbolLoader to ArrowAssoc[SymbolLoader] 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

    The expression x == that is equivalent to if (x eq null) that eq null else x.equals(that).

    The expression x == that is equivalent to if (x eq null) that eq null else x.equals(that).

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    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

    Cast the receiver object to be of type T0.

    Cast the receiver object to be of type T0.

    Note that the success of a cast at runtime is modulo Scala's erasure semantics. Therefore the expression 1.asInstanceOf[String] will throw a ClassCastException at runtime, while the expression List(1).asInstanceOf[List[String]] will not. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the requested type.

    returns

    the receiver object.

    Definition Classes
    Any
    Exceptions thrown

    ClassCastException if the receiver object is not an instance of the erasure of type T0.

  11. def asSeenFrom(pre: (symbolTable)#Type, clazz: (symbolTable)#Symbol): (symbolTable)#Type
    Definition Classes
    Type → TypeApi
  12. def atOwner(owner: (symbolTable)#Symbol): (symbolTable)#Type
    Definition Classes
    Type
  13. def baseClasses: List[(symbolTable)#Symbol]
    Definition Classes
    Type → TypeApi
  14. def baseType(clazz: (symbolTable)#Symbol): (symbolTable)#Type
    Definition Classes
    Type → TypeApi
  15. def baseTypeIndex(sym: (symbolTable)#Symbol): Int
    Definition Classes
    Type
  16. def baseTypeSeq: (symbolTable)#BaseTypeSeq
    Definition Classes
    Type
  17. def baseTypeSeqDepth: Depth
    Definition Classes
    Type
  18. def betaReduce: (symbolTable)#Type
    Definition Classes
    Type
  19. def boundSyms: Set[(symbolTable)#Symbol]
    Definition Classes
    Type
  20. def bounds: (symbolTable)#TypeBounds
    Definition Classes
    Type
  21. def clone(): AnyRef

    Create a copy of the receiver object.

    Create a copy of the receiver object.

    The default implementation of the clone method is platform dependent.

    returns

    a copy of the receiver object.

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
    Note

    not specified by SLS as a member of AnyRef

  22. def cloneInfo(owner: (symbolTable)#Symbol): (symbolTable)#Type
    Definition Classes
    Type
  23. def collect[T](pf: PartialFunction[(symbolTable)#Type, T]): List[T]
    Definition Classes
    Type
  24. def companion: (symbolTable)#Type
    Definition Classes
    TypeApiImpl → TypeApi
  25. def complete(root: (symbolTable)#Symbol): Unit
    Definition Classes
    SymbolLoader → LazyType → Type
  26. def computeMemberType(sym: (symbolTable)#Symbol): (symbolTable)#Type
    Definition Classes
    Type
  27. def contains(sym: (symbolTable)#Symbol): Boolean
    Definition Classes
    Type → TypeApi
  28. def dealias: (symbolTable)#Type
    Definition Classes
    Type → TypeApi
  29. def dealiasWiden: (symbolTable)#Type
    Definition Classes
    Type
  30. def dealiasWidenChain: List[(symbolTable)#Type]
    Definition Classes
    Type
  31. def decl(name: (symbolTable)#Name): (symbolTable)#Symbol
    Definition Classes
    Type → TypeApi
  32. def declaration(name: (symbolTable)#Name): (symbolTable)#Symbol
    Definition Classes
    TypeApiImpl → TypeApi
  33. def declarations: (symbolTable)#Scope
    Definition Classes
    TypeApiImpl → TypeApi
  34. def decls: (symbolTable)#Scope
    Definition Classes
    Type → TypeApi
  35. def deconst: (symbolTable)#Type
    Definition Classes
    Type
  36. def deferredMembers: (symbolTable)#Scope
    Definition Classes
    Type
  37. def directObjectString: String
    Definition Classes
    Type
  38. def dummyArgs: List[(symbolTable)#Type]
    Attributes
    protected
    Definition Classes
    Type
  39. def ensuring(cond: (SymbolLoader) ⇒ Boolean, msg: ⇒ Any): SymbolLoader
    Implicit
    This member is added by an implicit conversion from SymbolLoader to Ensuring[SymbolLoader] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  40. def ensuring(cond: (SymbolLoader) ⇒ Boolean): SymbolLoader
    Implicit
    This member is added by an implicit conversion from SymbolLoader to Ensuring[SymbolLoader] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  41. def ensuring(cond: Boolean, msg: ⇒ Any): SymbolLoader
    Implicit
    This member is added by an implicit conversion from SymbolLoader to Ensuring[SymbolLoader] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  42. def ensuring(cond: Boolean): SymbolLoader
    Implicit
    This member is added by an implicit conversion from SymbolLoader to Ensuring[SymbolLoader] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  43. final def eq(arg0: AnyRef): Boolean

    Tests whether the argument (that) is a reference to the receiver object (this).

    Tests whether the argument (that) is a reference to the receiver object (this).

    The eq method implements an equivalence relation on non-null instances of AnyRef, and has three additional properties:

    • It is consistent: for any non-null instances x and y of type AnyRef, multiple invocations of x.eq(y) consistently returns true or consistently returns false.
    • For any non-null instance x of type AnyRef, x.eq(null) and null.eq(x) returns false.
    • null.eq(null) returns true.

    When overriding the equals or hashCode methods, it is important to ensure that their behavior is consistent with reference equality. Therefore, if two objects are references to each other (o1 eq o2), they should be equal to each other (o1 == o2) and they should hash to the same value (o1.hashCode == o2.hashCode).

    returns

    true if the argument is a reference to the receiver object; false otherwise.

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

    The equality method for reference types.

    The equality method for reference types. Default implementation delegates to eq.

    See also equals in scala.Any.

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    Definition Classes
    AnyRef → Any
  45. def erasure: (symbolTable)#Type
    Definition Classes
    TypeApiImpl → TypeApi
  46. def etaExpand: (symbolTable)#Type
    Definition Classes
    Type → TypeApi
  47. def exists(p: ((symbolTable)#Type) ⇒ Boolean): Boolean
    Definition Classes
    Type → TypeApi
  48. def filterAnnotations(p: ((symbolTable)#AnnotationInfo) ⇒ Boolean): (symbolTable)#Type
    Definition Classes
    Type → Annotatable
  49. final def finalResultType: (symbolTable)#Type
    Definition Classes
    Type → TypeApi
  50. def finalize(): Unit

    Called by the garbage collector on the receiver object when there are no more references to the object.

    Called by the garbage collector on the receiver object when there are no more references to the object.

    The details of when and if the finalize method is invoked, as well as the interaction between finalize and non-local returns and exceptions, are all platform dependent.

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
    Note

    not specified by SLS as a member of AnyRef

  51. def find(p: ((symbolTable)#Type) ⇒ Boolean): Option[(symbolTable)#Type]
    Definition Classes
    Type → TypeApi
  52. def findMember(name: (symbolTable)#Name, excludedFlags: Long, requiredFlags: Long, stableOnly: Boolean): (symbolTable)#Symbol
    Definition Classes
    Type
  53. def findMembers(excludedFlags: Long, requiredFlags: Long): (symbolTable)#Scope
    Definition Classes
    Type
  54. def firstParent: (symbolTable)#Type
    Definition Classes
    Type
  55. def foreach(f: ((symbolTable)#Type) ⇒ Unit): Unit
    Definition Classes
    Type → TypeApi
  56. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from SymbolLoader to StringFormat[SymbolLoader] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  57. def fromSource: Boolean
    Definition Classes
    SymLoader
  58. def getAnnotation(cls: (symbolTable)#Symbol): Option[(symbolTable)#AnnotationInfo]
    Definition Classes
    Annotatable
  59. final def getClass(): Class[_]

    Returns the runtime class representation of the object.

    Returns the runtime class representation of the object.

    returns

    a class object corresponding to the runtime type of the receiver.

    Definition Classes
    AnyRef → Any
  60. def hasAnnotation(cls: (symbolTable)#Symbol): Boolean
    Definition Classes
    Annotatable
  61. def hashCode(): Int

    The hashCode method for reference types.

    The hashCode method for reference types. See hashCode in scala.Any.

    returns

    the hash code value for this object.

    Definition Classes
    AnyRef → Any
  62. def implicitMembers: (symbolTable)#Scope
    Definition Classes
    Type
  63. def instantiateTypeParams(formals: List[(symbolTable)#Symbol], actuals: List[(symbolTable)#Type]): (symbolTable)#Type
    Definition Classes
    Type
  64. def isComplete: Boolean
    Definition Classes
    LazyType → Type
  65. def isDependentMethodType: Boolean
    Definition Classes
    Type
  66. def isErroneous: Boolean
    Definition Classes
    Type
  67. def isError: Boolean
    Definition Classes
    Type
  68. def isFinalType: Boolean
    Definition Classes
    Type
  69. def isGround: Boolean
    Definition Classes
    Type
  70. def isHigherKinded: Boolean
    Definition Classes
    Type
  71. def isImmediatelyDependent: Boolean
    Definition Classes
    Type
  72. final def isInstanceOf[T0]: Boolean

    Test whether the dynamic type of the receiver object is T0.

    Test whether the dynamic type of the receiver object is T0.

    Note that the result of the test is modulo Scala's erasure semantics. Therefore the expression 1.isInstanceOf[String] will return false, while the expression List(1).isInstanceOf[List[String]] will return true. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the specified type.

    returns

    true if the receiver object is an instance of erasure of type T0; false otherwise.

    Definition Classes
    Any
  73. def isSpliceable: Boolean
    Definition Classes
    TypeApiImpl
  74. final def isStable: Boolean
    Definition Classes
    Type
  75. def isStructuralRefinement: Boolean
    Definition Classes
    Type
  76. def isTrivial: Boolean
    Definition Classes
    Type
  77. final def isVolatile: Boolean
    Definition Classes
    Type
  78. def isWildcard: Boolean
    Definition Classes
    Type
  79. def kind: String
    Definition Classes
    LazyType → Type
  80. def load(root: (symbolTable)#Symbol): Unit
    Definition Classes
    SymbolLoader → Type
  81. def looselyMatches(that: (symbolTable)#Type): Boolean
    Definition Classes
    Type
  82. def map(f: ((symbolTable)#Type) ⇒ (symbolTable)#Type): (symbolTable)#Type
    Definition Classes
    Type → TypeApi
  83. def matches(that: (symbolTable)#Type): Boolean
    Definition Classes
    Type
  84. def matchesPattern(that: (symbolTable)#Type): Boolean
    Definition Classes
    Type
  85. def member(name: (symbolTable)#Name): (symbolTable)#Symbol
    Definition Classes
    Type → TypeApi
  86. def memberBasedOnName(name: (symbolTable)#Name, excludedFlags: Long): (symbolTable)#Symbol
    Definition Classes
    Type
  87. def memberInfo(sym: (symbolTable)#Symbol): (symbolTable)#Type
    Definition Classes
    Type
  88. def memberType(sym: (symbolTable)#Symbol): (symbolTable)#Type
    Definition Classes
    Type
  89. def members: (symbolTable)#Scope
    Definition Classes
    Type → TypeApi
  90. def membersBasedOnFlags(excludedFlags: Long, requiredFlags: Long): (symbolTable)#Scope
    Definition Classes
    Type
  91. def narrow: (symbolTable)#Type
    Definition Classes
    Type
  92. final def ne(arg0: AnyRef): Boolean

    Equivalent to !(this eq that).

    Equivalent to !(this eq that).

    returns

    true if the argument is not a reference to the receiver object; false otherwise.

    Definition Classes
    AnyRef
  93. def nonLocalMember(name: (symbolTable)#Name): (symbolTable)#Symbol
    Definition Classes
    Type
  94. def nonPrivateDecl(name: (symbolTable)#Name): (symbolTable)#Symbol
    Definition Classes
    Type
  95. def nonPrivateDecls: List[(symbolTable)#Symbol]
    Definition Classes
    Type
  96. def nonPrivateMember(name: (symbolTable)#Name): (symbolTable)#Symbol
    Definition Classes
    Type
  97. def nonPrivateMemberAdmitting(name: (symbolTable)#Name, admit: Long): (symbolTable)#Symbol
    Definition Classes
    Type
  98. def nonPrivateMembers: (symbolTable)#Scope
    Definition Classes
    Type
  99. def nonPrivateMembersAdmitting(admit: Long): (symbolTable)#Scope
    Definition Classes
    Type
  100. def normalize: (symbolTable)#Type
    Definition Classes
    Type → TypeApi
  101. final def notify(): Unit

    Wakes up a single thread that is waiting on the receiver object's monitor.

    Wakes up a single thread that is waiting on the receiver object's monitor.

    Definition Classes
    AnyRef
    Note

    not specified by SLS as a member of AnyRef

  102. final def notifyAll(): Unit

    Wakes up all threads that are waiting on the receiver object's monitor.

    Wakes up all threads that are waiting on the receiver object's monitor.

    Definition Classes
    AnyRef
    Note

    not specified by SLS as a member of AnyRef

  103. def objectPrefix: String
    Attributes
    protected
    Definition Classes
    Type
  104. final def orElse(alt: ⇒ (symbolTable)#Type): (symbolTable)#Type
    Definition Classes
    Type → TypeApi
    Annotations
    @inline()
  105. def packageObject: (symbolTable)#Symbol
    Definition Classes
    Type
  106. def packagePrefix: String
    Attributes
    protected
    Definition Classes
    Type
  107. def paramLists: List[List[(symbolTable)#Symbol]]
    Definition Classes
    TypeApiImpl → TypeApi
  108. def paramSectionCount: Int
    Definition Classes
    Type
  109. def paramTypes: List[(symbolTable)#Type]
    Definition Classes
    Type
  110. def params: List[(symbolTable)#Symbol]
    Definition Classes
    Type
  111. def paramss: List[List[(symbolTable)#Symbol]]
    Definition Classes
    Type → TypeApi
  112. def parents: List[(symbolTable)#Type]
    Definition Classes
    Type
  113. def prefix: (symbolTable)#Type
    Definition Classes
    Type
  114. def prefixChain: List[(symbolTable)#Type]
    Definition Classes
    Type
  115. def prefixString: String
    Definition Classes
    Type
  116. def removeAnnotation(cls: (symbolTable)#Symbol): (symbolTable)#Type
    Definition Classes
    Annotatable
  117. def resultApprox: (symbolTable)#Type
    Definition Classes
    Type
  118. def resultType(actuals: List[(symbolTable)#Type]): (symbolTable)#Type
    Definition Classes
    Type
  119. def resultType: (symbolTable)#Type
    Definition Classes
    Type → TypeApi
  120. def safeToString: String
    Definition Classes
    LazyType → Type
  121. def setAnnotations(annots: List[(symbolTable)#AnnotationInfo]): (symbolTable)#Type
    Definition Classes
    Type → Annotatable
  122. def skolemizeExistential: (symbolTable)#Type
    Definition Classes
    Type
  123. def skolemizeExistential(owner: (symbolTable)#Symbol, origin: AnyRef): (symbolTable)#Type
    Definition Classes
    Type
  124. def skolemsExceptMethodTypeParams: List[(symbolTable)#Symbol]
    Definition Classes
    Type
  125. def sourcefile: Option[AbstractFile]
  126. def stat_<:<(that: (symbolTable)#Type): Boolean
    Definition Classes
    Type
  127. def staticAnnotations: collection.immutable.List[(symbolTable)#AnnotationInfo]
    Definition Classes
    Annotatable
  128. def subst(from: List[(symbolTable)#Symbol], to: List[(symbolTable)#Type]): (symbolTable)#Type
    Definition Classes
    Type
  129. def substSym(from: List[(symbolTable)#Symbol], to: List[(symbolTable)#Symbol]): (symbolTable)#Type
    Definition Classes
    Type
  130. def substThis(from: (symbolTable)#Symbol, to: (symbolTable)#Symbol): (symbolTable)#Type
    Definition Classes
    Type
  131. def substThis(from: (symbolTable)#Symbol, to: (symbolTable)#Type): (symbolTable)#Type
    Definition Classes
    Type
  132. def substThisAndSym(from: (symbolTable)#Symbol, to: (symbolTable)#Type, symsFrom: List[(symbolTable)#Symbol], symsTo: List[(symbolTable)#Symbol]): (symbolTable)#Type
    Definition Classes
    Type
  133. def substituteSymbols(from: List[(symbolTable)#Symbol], to: List[(symbolTable)#Symbol]): (symbolTable)#Type
    Definition Classes
    TypeApiImpl → TypeApi
  134. def substituteTypes(from: List[(symbolTable)#Symbol], to: List[(symbolTable)#Type]): (symbolTable)#Type
    Definition Classes
    TypeApiImpl → TypeApi
  135. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  136. def takesTypeArgs: Boolean
    Definition Classes
    Type → TypeApi
  137. def termSymbol: (symbolTable)#Symbol
    Definition Classes
    Type → TypeApi
  138. def termSymbolDirect: (symbolTable)#Symbol
    Definition Classes
    Type
  139. def toLongString: String
    Definition Classes
    Type
  140. final def toString(): String

    Creates a String representation of this object.

    Creates a String representation of this object. The default representation is platform dependent. On the java platform it is the concatenation of the class name, "@", and the object's hashcode in hexadecimal.

    returns

    a String representation of the object.

    Definition Classes
    Type → AnyRef → Any
  141. def trimPrefix(str: String): String
    Definition Classes
    Type
  142. def typeArgs: List[(symbolTable)#Type]
    Definition Classes
    Type → TypeApi
  143. def typeArguments: List[(symbolTable)#Type]
    Definition Classes
    TypeApiImpl
  144. def typeConstructor: (symbolTable)#Type
    Definition Classes
    Type → TypeApi
  145. def typeOfThis: (symbolTable)#Type
    Definition Classes
    Type
  146. def typeParams: List[(symbolTable)#Symbol]
    Definition Classes
    Type → TypeApi
  147. def typeSymbol: (symbolTable)#Symbol
    Definition Classes
    Type → TypeApi
  148. def typeSymbolDirect: (symbolTable)#Symbol
    Definition Classes
    Type
  149. def underlying: (symbolTable)#Type
    Definition Classes
    Type
  150. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  151. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  152. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  153. def weak_<:<(that: (symbolTable)#Type): Boolean
    Definition Classes
    Type → TypeApi
  154. def widen: (symbolTable)#Type
    Definition Classes
    Type → TypeApi
  155. final def withAnnotation(annot: (symbolTable)#AnnotationInfo): (symbolTable)#Type
    Definition Classes
    Annotatable
  156. def withAnnotations(annots: List[(symbolTable)#AnnotationInfo]): (symbolTable)#Type
    Definition Classes
    Type → Annotatable
  157. def withFilter(p: ((symbolTable)#Type) ⇒ Boolean): FilterMapForeach
    Definition Classes
    Type
  158. def withoutAnnotations: (symbolTable)#Type
    Definition Classes
    Type → Annotatable
  159. def [B](y: B): (SymbolLoader, B)
    Implicit
    This member is added by an implicit conversion from SymbolLoader to ArrowAssoc[SymbolLoader] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

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 from SymbolLoader to any2stringadd[SymbolLoader]

Inherited by implicit conversion StringFormat from SymbolLoader to StringFormat[SymbolLoader]

Inherited by implicit conversion Ensuring from SymbolLoader to Ensuring[SymbolLoader]

Inherited by implicit conversion ArrowAssoc from SymbolLoader to ArrowAssoc[SymbolLoader]

Ungrouped