scala.tools.nsc.symtab.SymbolLoaders

moduleClassLoader

object moduleClassLoader extends SymbolLoader

Source
SymbolLoaders.scala
Linear Supertypes
SymbolLoader, SymLoader, LazyType, Type, Annotatable[Type], TypeApiImpl, TypeApi, TypeBase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. moduleClassLoader
  2. SymbolLoader
  3. SymLoader
  4. LazyType
  5. Type
  6. Annotatable
  7. TypeApiImpl
  8. TypeApi
  9. TypeBase
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def <:<(that: Type): Boolean

    Definition Classes
    Type → TypeApi
  5. def =:=(that: Type): Boolean

    Definition Classes
    Type → TypeApi
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def annotations: List[AnnotationInfo]

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

    Definition Classes
    Any
  10. def asSeenFrom(pre: Type, clazz: Symbol): Type

    Definition Classes
    Type → TypeApi
  11. def atOwner(owner: Symbol): Type

    Definition Classes
    Type
  12. def baseClasses: List[Symbol]

    Definition Classes
    Type → TypeApi
  13. def baseType(clazz: Symbol): Type

    Definition Classes
    Type → TypeApi
  14. def baseTypeIndex(sym: Symbol): Int

    Definition Classes
    Type
  15. def baseTypeSeq: BaseTypeSeq

    Definition Classes
    Type
  16. def baseTypeSeqDepth: Int

    Definition Classes
    Type
  17. def betaReduce: Type

    Definition Classes
    Type
  18. def boundSyms: Set[Symbol]

    Definition Classes
    Type
  19. def bounds: TypeBounds

    Definition Classes
    Type
  20. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. def cloneInfo(owner: Symbol): Type

    Definition Classes
    Type
  22. def collect[T](pf: PartialFunction[Type, T]): List[T]

    Definition Classes
    Type
  23. def complete(root: Symbol): Unit

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

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

    Definition Classes
    Type → TypeApi
  26. def containsTp(tp: Type): Boolean

    Definition Classes
    Type
  27. def dealias: Type

    Definition Classes
    Type
  28. def decl(name: Name): Symbol

    Definition Classes
    Type
  29. def declaration(name: Name): Symbol

    Definition Classes
    TypeApiImpl → TypeApi
  30. def declarations: Scope

    Definition Classes
    TypeApiImpl → TypeApi
  31. def decls: Scope

    Definition Classes
    Type
  32. def deconst: Type

    Definition Classes
    Type
  33. def deferredMembers: List[Symbol]

    Definition Classes
    Type
  34. def description: String

    Description of the resource (ClassPath, AbstractFile, MsilFile) being processed by this loader

    Description of the resource (ClassPath, AbstractFile, MsilFile) being processed by this loader

    Attributes
    protected
    Definition Classes
    moduleClassLoaderSymbolLoader
  35. def directObjectString: String

    Definition Classes
    Type
  36. def doComplete(root: Symbol): Unit

    Load source or class file for root, return

    Load source or class file for root, return

    Attributes
    protected
    Definition Classes
    moduleClassLoaderSymbolLoader
  37. def dummyArgs: List[Type]

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

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

    Definition Classes
    AnyRef → Any
  40. def erasure: Type

    Definition Classes
    TypeApiImpl → TypeApi
  41. def etaExpand: Type

    Definition Classes
    Type
  42. def exists(p: (Type) ⇒ Boolean): Boolean

    Definition Classes
    Type → TypeApi
  43. def filter(p: (Type) ⇒ Boolean): List[Type]

    Definition Classes
    Type
  44. def filterAnnotations(p: (AnnotationInfo) ⇒ Boolean): Type

    Definition Classes
    Type → Annotatable
  45. def finalResultType: Type

    Definition Classes
    Type
  46. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  47. def find(p: (Type) ⇒ Boolean): Option[Type]

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

    Definition Classes
    Type
  49. def firstParent: Type

    Definition Classes
    Type
  50. def foreach(f: (Type) ⇒ Unit): Unit

    Definition Classes
    Type → TypeApi
  51. def fromSource: Boolean

    Definition Classes
    SymLoader
  52. def getAnnotation(cls: Symbol): Option[AnnotationInfo]

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

    Definition Classes
    AnyRef → Any
  54. def hasAnnotation(cls: Symbol): Boolean

    Definition Classes
    Annotatable
  55. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  56. def implicitMembers: List[Symbol]

    Definition Classes
    Type
  57. def instantiateTypeParams(formals: List[Symbol], actuals: List[Type]): Type

    Definition Classes
    Type
  58. def isComplete: Boolean

    Definition Classes
    LazyType → Type
  59. def isConcrete: Boolean

    Definition Classes
    TypeApiImpl → TypeApi
  60. def isDependent: Boolean

    Definition Classes
    Type
  61. def isErroneous: Boolean

    Definition Classes
    Type
  62. def isError: Boolean

    Definition Classes
    Type
  63. def isFinalType: Boolean

    Definition Classes
    Type
  64. def isGround: Boolean

    Definition Classes
    Type
  65. def isHigherKinded: Boolean

    Definition Classes
    Type → TypeApi
  66. def isImmediatelyDependent: Boolean

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

    Definition Classes
    Any
  68. def isNotNull: Boolean

    Definition Classes
    Type
  69. def isSpliceable: Boolean

    Definition Classes
    TypeApiImpl → TypeApi
  70. def isStable: Boolean

    Definition Classes
    Type
  71. def isStructuralRefinement: Boolean

    Definition Classes
    Type
  72. def isTrivial: Boolean

    Definition Classes
    Type
  73. def isVolatile: Boolean

    Definition Classes
    Type
  74. def isWildcard: Boolean

    Definition Classes
    Type
  75. def kind: String

    Definition Classes
    LazyType → Type → TypeApi
  76. def load(root: Symbol): Unit

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

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

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

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

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

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

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

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

    Definition Classes
    Type
  85. def members: List[Symbol]

    Definition Classes
    Type → TypeApi
  86. def membersBasedOnFlags(excludedFlags: Long, requiredFlags: Long): List[Symbol]

    Definition Classes
    Type
  87. def membersWithFlags(requiredFlags: Long): List[Symbol]

    Definition Classes
    Type
  88. def narrow: Type

    Definition Classes
    Type → TypeApi
  89. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  90. def nonLocalMember(name: Name): Symbol

    Definition Classes
    Type
  91. def nonPrivateDecl(name: Name): Symbol

    Definition Classes
    Type
  92. def nonPrivateDeclaration(name: Name): Symbol

    Definition Classes
    TypeApiImpl
  93. def nonPrivateDecls: List[Symbol]

    Definition Classes
    Type
  94. def nonPrivateMember(name: Name): Symbol

    Definition Classes
    Type → TypeApi
  95. def nonPrivateMemberAdmitting(name: Name, admit: Long): Symbol

    Definition Classes
    Type
  96. def nonPrivateMembers: List[Symbol]

    Definition Classes
    Type → TypeApi
  97. def nonPrivateMembersAdmitting(admit: Long): List[Symbol]

    Definition Classes
    Type
  98. def nonPrivateMembersWithFlags(requiredFlags: Long): List[Symbol]

    Definition Classes
    Type
  99. def normalize: Type

    Definition Classes
    Type → TypeApi
  100. def notNull: Type

    Definition Classes
    Type
  101. final def notify(): Unit

    Definition Classes
    AnyRef
  102. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  103. def objectPrefix: String

    Attributes
    protected
    Definition Classes
    Type
  104. def packagePrefix: String

    Attributes
    protected
    Definition Classes
    Type
  105. def paramSectionCount: Int

    Definition Classes
    Type
  106. def paramTypes: List[Type]

    Definition Classes
    Type
  107. def params: List[Symbol]

    Definition Classes
    Type
  108. def paramss: List[List[Symbol]]

    Definition Classes
    Type
  109. def parents: List[Type]

    Definition Classes
    Type → TypeApi
  110. def prefix: Type

    Definition Classes
    Type
  111. def prefixChain: List[Type]

    Definition Classes
    Type
  112. def prefixString: String

    Definition Classes
    Type
  113. def remove(clazz: Symbol): Type

    Definition Classes
    Type
  114. def removeAnnotation(cls: Symbol): Type

    Definition Classes
    Annotatable
  115. def resultApprox: Type

    Definition Classes
    Type
  116. def resultType(actuals: List[Type]): Type

    Definition Classes
    Type
  117. def resultType: Type

    Definition Classes
    Type → TypeApi
  118. def safeToString: String

    Definition Classes
    LazyType → Type
  119. def selfsym: Symbol

    Definition Classes
    Type
  120. def setAnnotations(annots: List[AnnotationInfo]): Type

    Definition Classes
    Type → Annotatable
  121. def skolemizeExistential: Type

    Definition Classes
    Type
  122. def skolemizeExistential(owner: Symbol, origin: AnyRef): Type

    Definition Classes
    Type
  123. def skolemsExceptMethodTypeParams: List[Symbol]

    Definition Classes
    Type
  124. def sourcefile: Option[AbstractFile]

    Definition Classes
    SymbolLoader
  125. def specializes(sym: Symbol): Boolean

    Definition Classes
    Type
  126. def stat_<:<(that: Type): Boolean

    Definition Classes
    Type
  127. def stripAnnotations: Type

    Definition Classes
    Type
  128. def subst(from: List[Symbol], to: List[Type]): Type

    Definition Classes
    Type
  129. def substSym(from: List[Symbol], to: List[Symbol]): Type

    Definition Classes
    Type
  130. def substThis(from: Symbol, to: Symbol): Type

    Definition Classes
    Type
  131. def substThis(from: Symbol, to: Type): Type

    Definition Classes
    Type
  132. def substThisAndSym(from: Symbol, to: Type, symsFrom: List[Symbol], symsTo: List[Symbol]): Type

    Definition Classes
    Type
  133. def substituteSymbols(from: List[Symbol], to: List[Symbol]): Type

    Definition Classes
    TypeApiImpl → TypeApi
  134. def substituteTypes(from: List[Symbol], to: List[Type]): Type

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

    Definition Classes
    AnyRef
  136. def termSymbol: Symbol

    Definition Classes
    Type → TypeBase
  137. def termSymbolDirect: Symbol

    Definition Classes
    Type
  138. def throwsAnnotations(): List[Symbol]

    Definition Classes
    Annotatable
  139. def toLongString: String

    Definition Classes
    Type
  140. def toString(): String

    Definition Classes
    Type → AnyRef → Any
  141. def trimPrefix(str: String): String

    Definition Classes
    Type
  142. def typeArgs: List[Type]

    Definition Classes
    Type
  143. def typeArguments: List[Type]

    Definition Classes
    TypeApiImpl → TypeApi
  144. def typeConstructor: Type

    Definition Classes
    Type → TypeApi
  145. def typeOfThis: Type

    Definition Classes
    Type
  146. def typeParams: List[Symbol]

    Definition Classes
    Type → TypeApi
  147. def typeSymbol: Symbol

    Definition Classes
    Type → TypeBase
  148. def typeSymbolDirect: Symbol

    Definition Classes
    Type
  149. def underlying: Type

    Definition Classes
    Type → TypeApi
  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: Type): Boolean

    Definition Classes
    Type
  154. def widen: Type

    Definition Classes
    Type → TypeApi
  155. final def withAnnotation(annot: AnnotationInfo): Type

    Definition Classes
    Annotatable
  156. def withAnnotations(annots: List[AnnotationInfo]): Type

    Definition Classes
    Type → Annotatable
  157. def withFilter(p: (Type) ⇒ Boolean): FilterMapForeach

    Definition Classes
    Type
  158. def withSelfsym(sym: Symbol): Type

    Definition Classes
    Type
  159. def withoutAnnotations: Type

    Definition Classes
    Type → Annotatable

Inherited from SymbolLoader

Inherited from SymLoader

Inherited from LazyType

Inherited from Type

Inherited from Annotatable[Type]

Inherited from TypeApiImpl

Inherited from TypeApi

Inherited from TypeBase

Inherited from AnyRef

Inherited from Any