scala.tools.nsc.symtab

SymbolLoaders

abstract class SymbolLoaders extends AnyRef

This class ...

Source
SymbolLoaders.scala
Version

1.0

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. SymbolLoaders
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SymbolLoaders()

Type Members

  1. class ClassfileLoader extends SymbolLoader

  2. class JavaPackageLoader extends PackageLoader[AbstractFile]

  3. class MSILTypeLoader extends SymbolLoader

  4. class NamespaceLoader extends PackageLoader[Type]

  5. abstract class PackageLoader[T] extends SymbolLoader

    Load contents of a package

  6. class SourcefileLoader extends SymbolLoader

  7. abstract class SymbolLoader extends LazyType

    A lazy type that completes itself by calling parameter doComplete.

Abstract Value Members

  1. abstract val global: Global

Concrete 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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. object clrTypes extends CLRTypes

  9. def enterClass(root: Symbol, name: String, completer: SymbolLoader): Symbol

    Enter class with given name into scope of root and give them completer as type.

  10. def enterClassAndModule(root: Symbol, name: String, completer: SymbolLoader): Unit

    Enter class and module with given name into scope of root and give them completer as type.

  11. def enterIfNew(owner: Symbol, member: Symbol, completer: SymbolLoader): Symbol

    Attributes
    protected
  12. def enterModule(root: Symbol, name: String, completer: SymbolLoader): Symbol

    Enter module with given name into scope of root and give them completer as type.

  13. def enterToplevelsFromSource(root: Symbol, name: String, src: AbstractFile): Unit

    In batch mode: Enter class and module with given name into scope of root and give them a source completer for given src as type.

    In batch mode: Enter class and module with given name into scope of root and give them a source completer for given src as type. In IDE mode: Find all toplevel definitions in src and enter then into scope of root with source completer for given src as type. (overridden in interactive.Global).

  14. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. object moduleClassLoader extends SymbolLoader

  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

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

    Definition Classes
    AnyRef
  24. def openPackageModule(module: Symbol)(packageClass: Symbol = module.owner): Unit

  25. var parentsLevel: Int

    used from classfile parser to avoid cyclies

  26. var pendingLoadActions: List[() ⇒ Unit]

  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any