scala.tools.nsc.symtab.SymbolLoaders

MsilFileLoader

class MsilFileLoader extends SymbolLoader

Source
SymbolLoaders.scala
Linear Supertypes
SymbolLoader, Global.SymLoader, Global.LazyType, Global.Type, Global.Annotatable[Global.Type], Global.TypeApiImpl, Global.TypeApi, Global.TypeBase, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MsilFileLoader
  2. SymbolLoader
  3. SymLoader
  4. LazyType
  5. Type
  6. Annotatable
  7. TypeApiImpl
  8. TypeApi
  9. TypeBase
  10. AnyRef
  11. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MsilFileLoader(msilFile: MsilFile)

Type Members

  1. class FilterMapForeach extends reflect.internal.SymbolTable.FilterTypeCollector

    Definition Classes
    Type

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 +(other: String): String

    Implicit information
    This member is added by an implicit conversion from MsilFileLoader to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (MsilFileLoader, B)

    Implicit information
    This member is added by an implicit conversion from MsilFileLoader to ArrowAssoc[MsilFileLoader] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. def <:<(that: Global.Type): Boolean

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

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

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

    Definition Classes
    Any
  10. def annotations: List[Global.AnnotationInfo]

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

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

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

    Definition Classes
    Type
  14. def baseClasses: List[Global.Symbol]

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

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

    Definition Classes
    Type
  17. def baseTypeSeq: Global.BaseTypeSeq

    Definition Classes
    Type
  18. def baseTypeSeqDepth: Int

    Definition Classes
    Type
  19. def betaReduce: Global.Type

    Definition Classes
    Type
  20. def boundSyms: Set[Global.Symbol]

    Definition Classes
    Type
  21. def bounds: Global.TypeBounds

    Definition Classes
    Type
  22. def clone(): AnyRef

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

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

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

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

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

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

    Definition Classes
    Type
  29. def dealias: Global.Type

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

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

    Definition Classes
    TypeApiImpl → TypeApi
  32. def declarations: Global.Scope

    Definition Classes
    TypeApiImpl → TypeApi
  33. def decls: Global.Scope

    Definition Classes
    Type
  34. def deconst: Global.Type

    Definition Classes
    Type
  35. def deferredMembers: List[Global.Symbol]

    Definition Classes
    Type
  36. 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
    MsilFileLoaderSymbolLoader
  37. def directObjectString: String

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

    Load source or class file for root, return

    Load source or class file for root, return

    Attributes
    protected
    Definition Classes
    MsilFileLoaderSymbolLoader
  39. def dummyArgs: List[Global.Type]

    Attributes
    protected
    Definition Classes
    Type
  40. def ensuring(cond: (MsilFileLoader) ⇒ Boolean, msg: ⇒ Any): MsilFileLoader

    Implicit information
    This member is added by an implicit conversion from MsilFileLoader to Ensuring[MsilFileLoader] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  41. def ensuring(cond: (MsilFileLoader) ⇒ Boolean): MsilFileLoader

    Implicit information
    This member is added by an implicit conversion from MsilFileLoader to Ensuring[MsilFileLoader] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  42. def ensuring(cond: Boolean, msg: ⇒ Any): MsilFileLoader

    Implicit information
    This member is added by an implicit conversion from MsilFileLoader to Ensuring[MsilFileLoader] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  43. def ensuring(cond: Boolean): MsilFileLoader

    Implicit information
    This member is added by an implicit conversion from MsilFileLoader to Ensuring[MsilFileLoader] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  44. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  46. def erasure: Global.Type

    Definition Classes
    TypeApiImpl → TypeApi
  47. def etaExpand: Global.Type

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

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

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

    Definition Classes
    Type → Annotatable
  51. def finalResultType: Global.Type

    Definition Classes
    Type
  52. def finalize(): Unit

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

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

    Definition Classes
    Type
  55. def findMembers(excludedFlags: Long, requiredFlags: Long): List[Global.Symbol]

    Definition Classes
    Type
  56. def firstParent: Global.Type

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

    Definition Classes
    Type → TypeApi
  58. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from MsilFileLoader to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  59. def fromSource: Boolean

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

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

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

    Definition Classes
    Annotatable
  63. def hashCode(): Int

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

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

    Definition Classes
    Type
  66. def isComplete: Boolean

    Definition Classes
    LazyType → Type
  67. def isConcrete: Boolean

    Definition Classes
    TypeApiImpl → TypeApi
  68. def isDependent: Boolean

    Definition Classes
    Type
  69. def isErroneous: Boolean

    Definition Classes
    Type
  70. def isError: Boolean

    Definition Classes
    Type
  71. def isFinalType: Boolean

    Definition Classes
    Type
  72. def isGround: Boolean

    Definition Classes
    Type
  73. def isHigherKinded: Boolean

    Definition Classes
    Type → TypeApi
  74. def isImmediatelyDependent: Boolean

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

    Definition Classes
    Any
  76. def isNotNull: Boolean

    Definition Classes
    Type
  77. def isSpliceable: Boolean

    Definition Classes
    TypeApiImpl → TypeApi
  78. def isStable: Boolean

    Definition Classes
    Type
  79. def isStructuralRefinement: Boolean

    Definition Classes
    Type
  80. def isTrivial: Boolean

    Definition Classes
    Type
  81. def isVolatile: Boolean

    Definition Classes
    Type
  82. def isWildcard: Boolean

    Definition Classes
    Type
  83. def kind: String

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

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

    Definition Classes
    Type
  86. def map(f: (Global.Type) ⇒ Global.Type): Global.Type

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

    Definition Classes
    Type
  88. def matchesPattern(that: Global.Type): Boolean

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

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

    Definition Classes
    Type
  91. def memberInfo(sym: Global.Symbol): Global.Type

    Definition Classes
    Type
  92. def memberType(sym: Global.Symbol): Global.Type

    Definition Classes
    Type
  93. def members: List[Global.Symbol]

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

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

    Definition Classes
    Type
  96. def narrow: Global.Type

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

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

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

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

    Definition Classes
    TypeApiImpl
  101. def nonPrivateDecls: List[Global.Symbol]

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

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

    Definition Classes
    Type
  104. def nonPrivateMembers: List[Global.Symbol]

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

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

    Definition Classes
    Type
  107. def normalize: Global.Type

    Definition Classes
    Type → TypeApi
  108. def notNull: Global.Type

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

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

    Definition Classes
    AnyRef
  111. def objectPrefix: String

    Attributes
    protected
    Definition Classes
    Type
  112. def packagePrefix: String

    Attributes
    protected
    Definition Classes
    Type
  113. def paramSectionCount: Int

    Definition Classes
    Type
  114. def paramTypes: List[Global.Type]

    Definition Classes
    Type
  115. def params: List[Global.Symbol]

    Definition Classes
    Type
  116. def paramss: List[List[Global.Symbol]]

    Definition Classes
    Type
  117. def parents: List[Global.Type]

    Definition Classes
    Type → TypeApi
  118. def prefix: Global.Type

    Definition Classes
    Type
  119. def prefixChain: List[Global.Type]

    Definition Classes
    Type
  120. def prefixString: String

    Definition Classes
    Type
  121. def remove(clazz: Global.Symbol): Global.Type

    Definition Classes
    Type
  122. def removeAnnotation(cls: Global.Symbol): Global.Type

    Definition Classes
    Annotatable
  123. def resultApprox: Global.Type

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

    Definition Classes
    Type
  125. def resultType: Global.Type

    Definition Classes
    Type → TypeApi
  126. def safeToString: String

    Definition Classes
    LazyType → Type
  127. def selfsym: Global.Symbol

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

    Definition Classes
    Type → Annotatable
  129. def skolemizeExistential: Global.Type

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

    Definition Classes
    Type
  131. def skolemsExceptMethodTypeParams: List[Global.Symbol]

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

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

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

    Definition Classes
    Type
  135. def stripAnnotations: Global.Type

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  144. def termSymbol: Global.Symbol

    Definition Classes
    Type → TypeApi
  145. def termSymbolDirect: Global.Symbol

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

    Definition Classes
    Annotatable
  147. def toLongString: String

    Definition Classes
    Type
  148. def toString(): String

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

    Definition Classes
    Type
  150. def typeArgs: List[Global.Type]

    Definition Classes
    Type
  151. def typeArguments: List[Global.Type]

    Definition Classes
    TypeApiImpl → TypeApi
  152. def typeConstructor: Global.Type

    Definition Classes
    Type → TypeApi
  153. def typeOfThis: Global.Type

    Definition Classes
    Type
  154. def typeParams: List[Global.Symbol]

    Definition Classes
    Type → TypeApi
  155. def typeSymbol: Global.Symbol

    Definition Classes
    Type → TypeApi
  156. def typeSymbolDirect: Global.Symbol

    Definition Classes
    Type
  157. def underlying: Global.Type

    Definition Classes
    Type → TypeApi
  158. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  161. def weak_<:<(that: Global.Type): Boolean

    Definition Classes
    Type
  162. def widen: Global.Type

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

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

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

    Definition Classes
    Type
  166. def withSelfsym(sym: Global.Symbol): Global.Type

    Definition Classes
    Type
  167. def withoutAnnotations: Global.Type

    Definition Classes
    Type → Annotatable
  168. def [B](y: B): (MsilFileLoader, B)

    Implicit information
    This member is added by an implicit conversion from MsilFileLoader to ArrowAssoc[MsilFileLoader] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implict Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from MsilFileLoader to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (msilFileLoader: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from MsilFileLoader to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (msilFileLoader: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: MsilFileLoader

    Implicit information
    This member is added by an implicit conversion from MsilFileLoader to ArrowAssoc[MsilFileLoader] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (msilFileLoader: ArrowAssoc[MsilFileLoader]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: MsilFileLoader

    Implicit information
    This member is added by an implicit conversion from MsilFileLoader to Ensuring[MsilFileLoader] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (msilFileLoader: Ensuring[MsilFileLoader]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from SymbolLoader

Inherited from Global.SymLoader

Inherited from Global.LazyType

Inherited from Global.Type

Inherited from Global.Annotatable[Global.Type]

Inherited from Global.TypeApiImpl

Inherited from Global.TypeApi

Inherited from Global.TypeBase

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from MsilFileLoader to StringAdd

Inherited by implicit conversion any2stringfmt from MsilFileLoader to StringFormat

Inherited by implicit conversion any2ArrowAssoc from MsilFileLoader to ArrowAssoc[MsilFileLoader]

Inherited by implicit conversion any2Ensuring from MsilFileLoader to Ensuring[MsilFileLoader]

No Group