Object

scala.tools.nsc.symtab.SymbolLoaders

moduleClassLoader

Related Doc: package SymbolLoaders

Permalink

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

    Permalink
    Definition Classes
    Type

Value Members

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

    Permalink

    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

    Permalink

    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 <:<(that: (symbolTable)#Type): Boolean

    Permalink
    Definition Classes
    Type → TypeApi
  4. def =:=(that: (symbolTable)#Type): Boolean

    Permalink
    Definition Classes
    Type → TypeApi
  5. final def ==(arg0: Any): Boolean

    Permalink

    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
  6. def addThrowsAnnotation(throwableSym: (symbolTable)#Symbol): (symbolTable)#Type

    Permalink
    Definition Classes
    Annotatable
  7. def annotations: List[(symbolTable)#AnnotationInfo]

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

    Permalink

    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.

  9. def asSeenFrom(pre: (symbolTable)#Type, clazz: (symbolTable)#Symbol): (symbolTable)#Type

    Permalink
    Definition Classes
    Type → TypeApi
  10. def atOwner(owner: (symbolTable)#Symbol): (symbolTable)#Type

    Permalink
    Definition Classes
    Type
  11. def baseClasses: List[(symbolTable)#Symbol]

    Permalink
    Definition Classes
    Type → TypeApi
  12. def baseType(clazz: (symbolTable)#Symbol): (symbolTable)#Type

    Permalink
    Definition Classes
    Type → TypeApi
  13. def baseTypeIndex(sym: (symbolTable)#Symbol): Int

    Permalink
    Definition Classes
    Type
  14. def baseTypeSeq: (symbolTable)#BaseTypeSeq

    Permalink
    Definition Classes
    Type
  15. def baseTypeSeqDepth: Depth

    Permalink
    Definition Classes
    Type
  16. def betaReduce: (symbolTable)#Type

    Permalink
    Definition Classes
    Type
  17. def boundSyms: Set[(symbolTable)#Symbol]

    Permalink
    Definition Classes
    Type
  18. def bounds: (symbolTable)#TypeBounds

    Permalink
    Definition Classes
    Type
  19. def clone(): AnyRef

    Permalink

    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

  20. def cloneInfo(owner: (symbolTable)#Symbol): (symbolTable)#Type

    Permalink
    Definition Classes
    Type
  21. def collect[T](pf: PartialFunction[(symbolTable)#Type, T]): List[T]

    Permalink
    Definition Classes
    Type
  22. def companion: (symbolTable)#Type

    Permalink
    Definition Classes
    TypeApiImpl → TypeApi
  23. def complete(root: (symbolTable)#Symbol): Unit

    Permalink
    Definition Classes
    SymbolLoader → LazyType → Type
  24. def computeMemberType(sym: (symbolTable)#Symbol): (symbolTable)#Type

    Permalink
    Definition Classes
    Type
  25. def contains(sym: (symbolTable)#Symbol): Boolean

    Permalink
    Definition Classes
    Type → TypeApi
  26. def dealias: (symbolTable)#Type

    Permalink
    Definition Classes
    Type → TypeApi
  27. def dealiasWiden: (symbolTable)#Type

    Permalink
    Definition Classes
    Type
  28. def dealiasWidenChain: List[(symbolTable)#Type]

    Permalink
    Definition Classes
    Type
  29. def decl(name: (symbolTable)#Name): (symbolTable)#Symbol

    Permalink
    Definition Classes
    Type → TypeApi
  30. def declaration(name: (symbolTable)#Name): (symbolTable)#Symbol

    Permalink
    Definition Classes
    TypeApiImpl → TypeApi
  31. def declarations: (symbolTable)#Scope

    Permalink
    Definition Classes
    TypeApiImpl → TypeApi
  32. def decls: (symbolTable)#Scope

    Permalink
    Definition Classes
    Type → TypeApi
  33. def deconst: (symbolTable)#Type

    Permalink
    Definition Classes
    Type
  34. def deferredMembers: (symbolTable)#Scope

    Permalink
    Definition Classes
    Type
  35. def description: String

    Permalink

    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

    Permalink
    Definition Classes
    Type
  37. def doComplete(root: (symbolTable)#Symbol): Unit

    Permalink

    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]

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

    Permalink

    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
  40. def equals(arg0: Any): Boolean

    Permalink

    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
  41. def erasure: (symbolTable)#Type

    Permalink
    Definition Classes
    TypeApiImpl → TypeApi
  42. def etaExpand: (symbolTable)#Type

    Permalink
    Definition Classes
    Type → TypeApi
  43. def exists(p: ((symbolTable)#Type) ⇒ Boolean): Boolean

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

    Permalink
    Definition Classes
    Type → Annotatable
  45. final def finalResultType: (symbolTable)#Type

    Permalink
    Definition Classes
    Type → TypeApi
  46. def finalize(): Unit

    Permalink

    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

  47. def find(p: ((symbolTable)#Type) ⇒ Boolean): Option[(symbolTable)#Type]

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

    Permalink
    Definition Classes
    Type
  49. def findMembers(excludedFlags: Long, requiredFlags: Long): (symbolTable)#Scope

    Permalink
    Definition Classes
    Type
  50. def firstParent: (symbolTable)#Type

    Permalink
    Definition Classes
    Type
  51. def forceDirectSuperclasses: Unit

    Permalink
    Definition Classes
    Type
  52. def foreach(f: ((symbolTable)#Type) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Type → TypeApi
  53. def fromSource: Boolean

    Permalink
    Definition Classes
    SymLoader
  54. def getAnnotation(cls: (symbolTable)#Symbol): Option[(symbolTable)#AnnotationInfo]

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

    Permalink

    A representation that corresponds to the dynamic class of the receiver object.

    A representation that corresponds to the dynamic class of the receiver object.

    The nature of the representation is platform dependent.

    returns

    a representation that corresponds to the dynamic class of the receiver object.

    Definition Classes
    AnyRef → Any
    Note

    not specified by SLS as a member of AnyRef

  56. def hasAnnotation(cls: (symbolTable)#Symbol): Boolean

    Permalink
    Definition Classes
    Annotatable
  57. def hashCode(): Int

    Permalink

    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
  58. def implicitMembers: (symbolTable)#Scope

    Permalink
    Definition Classes
    Type
  59. def instantiateTypeParams(formals: List[(symbolTable)#Symbol], actuals: List[(symbolTable)#Type]): (symbolTable)#Type

    Permalink
    Definition Classes
    Type
  60. def isComplete: Boolean

    Permalink
    Definition Classes
    LazyType → Type
  61. def isDependentMethodType: Boolean

    Permalink
    Definition Classes
    Type
  62. def isErroneous: Boolean

    Permalink
    Definition Classes
    Type
  63. def isError: Boolean

    Permalink
    Definition Classes
    Type
  64. def isFinalType: Boolean

    Permalink
    Definition Classes
    Type
  65. def isGround: Boolean

    Permalink
    Definition Classes
    Type
  66. def isHigherKinded: Boolean

    Permalink
    Definition Classes
    Type
  67. def isImmediatelyDependent: Boolean

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

    Permalink

    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
  69. def isSpliceable: Boolean

    Permalink
    Definition Classes
    TypeApiImpl
  70. final def isStable: Boolean

    Permalink
    Definition Classes
    Type
  71. def isStructuralRefinement: Boolean

    Permalink
    Definition Classes
    Type
  72. def isTrivial: Boolean

    Permalink
    Definition Classes
    Type
  73. final def isVolatile: Boolean

    Permalink
    Definition Classes
    Type
  74. def isWildcard: Boolean

    Permalink
    Definition Classes
    Type
  75. def kind: String

    Permalink
    Definition Classes
    LazyType → Type
  76. def load(root: (symbolTable)#Symbol): Unit

    Permalink
    Definition Classes
    SymbolLoader → Type
  77. def looselyMatches(that: (symbolTable)#Type): Boolean

    Permalink
    Definition Classes
    Type
  78. def map(f: ((symbolTable)#Type) ⇒ (symbolTable)#Type): (symbolTable)#Type

    Permalink
    Definition Classes
    Type → TypeApi
  79. def matches(that: (symbolTable)#Type): Boolean

    Permalink
    Definition Classes
    Type
  80. def matchesPattern(that: (symbolTable)#Type): Boolean

    Permalink
    Definition Classes
    Type
  81. def member(name: (symbolTable)#Name): (symbolTable)#Symbol

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

    Permalink
    Definition Classes
    Type
  83. def memberInfo(sym: (symbolTable)#Symbol): (symbolTable)#Type

    Permalink
    Definition Classes
    Type
  84. def memberType(sym: (symbolTable)#Symbol): (symbolTable)#Type

    Permalink
    Definition Classes
    Type
  85. def members: (symbolTable)#Scope

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

    Permalink
    Definition Classes
    Type
  87. def narrow: (symbolTable)#Type

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

    Permalink

    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
  89. def nonLocalMember(name: (symbolTable)#Name): (symbolTable)#Symbol

    Permalink
    Definition Classes
    Type
  90. def nonPrivateDecl(name: (symbolTable)#Name): (symbolTable)#Symbol

    Permalink
    Definition Classes
    Type
  91. def nonPrivateDecls: List[(symbolTable)#Symbol]

    Permalink
    Definition Classes
    Type
  92. def nonPrivateMember(name: (symbolTable)#Name): (symbolTable)#Symbol

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

    Permalink
    Definition Classes
    Type
  94. def nonPrivateMembers: (symbolTable)#Scope

    Permalink
    Definition Classes
    Type
  95. def nonPrivateMembersAdmitting(admit: Long): (symbolTable)#Scope

    Permalink
    Definition Classes
    Type
  96. def normalize: (symbolTable)#Type

    Permalink
    Definition Classes
    Type → TypeApi
  97. final def notify(): Unit

    Permalink

    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

  98. final def notifyAll(): Unit

    Permalink

    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

  99. def objectPrefix: String

    Permalink
    Attributes
    protected
    Definition Classes
    Type
  100. final def orElse(alt: ⇒ (symbolTable)#Type): (symbolTable)#Type

    Permalink
    Definition Classes
    Type → TypeApi
    Annotations
    @inline()
  101. def packagePrefix: String

    Permalink
    Attributes
    protected
    Definition Classes
    Type
  102. def paramLists: List[List[(symbolTable)#Symbol]]

    Permalink
    Definition Classes
    TypeApiImpl → TypeApi
  103. def paramSectionCount: Int

    Permalink
    Definition Classes
    Type
  104. def paramTypes: List[(symbolTable)#Type]

    Permalink
    Definition Classes
    Type
  105. def params: List[(symbolTable)#Symbol]

    Permalink
    Definition Classes
    Type
  106. def paramss: List[List[(symbolTable)#Symbol]]

    Permalink
    Definition Classes
    Type → TypeApi
  107. def parents: List[(symbolTable)#Type]

    Permalink
    Definition Classes
    Type
  108. def prefix: (symbolTable)#Type

    Permalink
    Definition Classes
    Type
  109. def prefixChain: List[(symbolTable)#Type]

    Permalink
    Definition Classes
    Type
  110. def prefixString: String

    Permalink
    Definition Classes
    Type
  111. def removeAnnotation(cls: (symbolTable)#Symbol): (symbolTable)#Type

    Permalink
    Definition Classes
    Annotatable
  112. def resultApprox: (symbolTable)#Type

    Permalink
    Definition Classes
    Type
  113. def resultType(actuals: List[(symbolTable)#Type]): (symbolTable)#Type

    Permalink
    Definition Classes
    Type
  114. def resultType: (symbolTable)#Type

    Permalink
    Definition Classes
    Type → TypeApi
  115. def safeToString: String

    Permalink
    Definition Classes
    LazyType → Type
  116. def setAnnotations(annots: List[(symbolTable)#AnnotationInfo]): (symbolTable)#Type

    Permalink
    Definition Classes
    Type → Annotatable
  117. def skolemizeExistential: (symbolTable)#Type

    Permalink
    Definition Classes
    Type
  118. def skolemizeExistential(owner: (symbolTable)#Symbol, origin: AnyRef): (symbolTable)#Type

    Permalink
    Definition Classes
    Type
  119. def skolemsExceptMethodTypeParams: List[(symbolTable)#Symbol]

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

    Permalink
    Definition Classes
    SymbolLoader
  121. def stat_<:<(that: (symbolTable)#Type): Boolean

    Permalink
    Definition Classes
    Type
  122. def staticAnnotations: collection.immutable.List[(symbolTable)#AnnotationInfo]

    Permalink
    Definition Classes
    Annotatable
  123. def subst(from: List[(symbolTable)#Symbol], to: List[(symbolTable)#Type]): (symbolTable)#Type

    Permalink
    Definition Classes
    Type
  124. def substSym(from: List[(symbolTable)#Symbol], to: List[(symbolTable)#Symbol]): (symbolTable)#Type

    Permalink
    Definition Classes
    Type
  125. def substThis(from: (symbolTable)#Symbol, to: (symbolTable)#Symbol): (symbolTable)#Type

    Permalink
    Definition Classes
    Type
  126. def substThis(from: (symbolTable)#Symbol, to: (symbolTable)#Type): (symbolTable)#Type

    Permalink
    Definition Classes
    Type
  127. def substThisAndSym(from: (symbolTable)#Symbol, to: (symbolTable)#Type, symsFrom: List[(symbolTable)#Symbol], symsTo: List[(symbolTable)#Symbol]): (symbolTable)#Type

    Permalink
    Definition Classes
    Type
  128. def substituteSymbols(from: List[(symbolTable)#Symbol], to: List[(symbolTable)#Symbol]): (symbolTable)#Type

    Permalink
    Definition Classes
    TypeApiImpl → TypeApi
  129. def substituteTypes(from: List[(symbolTable)#Symbol], to: List[(symbolTable)#Type]): (symbolTable)#Type

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

    Permalink
    Definition Classes
    AnyRef
  131. def takesTypeArgs: Boolean

    Permalink
    Definition Classes
    Type → TypeApi
  132. def termSymbol: (symbolTable)#Symbol

    Permalink
    Definition Classes
    Type → TypeApi
  133. def termSymbolDirect: (symbolTable)#Symbol

    Permalink
    Definition Classes
    Type
  134. def throwsAnnotations(): List[(symbolTable)#Symbol]

    Permalink
    Definition Classes
    Annotatable
  135. def toLongString: String

    Permalink
    Definition Classes
    Type
  136. final def toString(): String

    Permalink

    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
  137. def trimPrefix(str: String): String

    Permalink
    Definition Classes
    Type
  138. def typeArgs: List[(symbolTable)#Type]

    Permalink
    Definition Classes
    Type → TypeApi
  139. def typeArguments: List[(symbolTable)#Type]

    Permalink
    Definition Classes
    TypeApiImpl
  140. def typeConstructor: (symbolTable)#Type

    Permalink
    Definition Classes
    Type → TypeApi
  141. def typeOfThis: (symbolTable)#Type

    Permalink
    Definition Classes
    Type
  142. def typeParams: List[(symbolTable)#Symbol]

    Permalink
    Definition Classes
    Type → TypeApi
  143. def typeSymbol: (symbolTable)#Symbol

    Permalink
    Definition Classes
    Type → TypeApi
  144. def typeSymbolDirect: (symbolTable)#Symbol

    Permalink
    Definition Classes
    Type
  145. def underlying: (symbolTable)#Type

    Permalink
    Definition Classes
    Type
  146. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  149. def weak_<:<(that: (symbolTable)#Type): Boolean

    Permalink
    Definition Classes
    Type → TypeApi
  150. def widen: (symbolTable)#Type

    Permalink
    Definition Classes
    Type → TypeApi
  151. final def withAnnotation(annot: (symbolTable)#AnnotationInfo): (symbolTable)#Type

    Permalink
    Definition Classes
    Annotatable
  152. def withAnnotations(annots: List[(symbolTable)#AnnotationInfo]): (symbolTable)#Type

    Permalink
    Definition Classes
    Type → Annotatable
  153. def withFilter(p: ((symbolTable)#Type) ⇒ Boolean): FilterMapForeach

    Permalink
    Definition Classes
    Type
  154. def withoutAnnotations: (symbolTable)#Type

    Permalink
    Definition Classes
    Type → Annotatable

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