scala.tools.nsc.symtab

SymbolLoaders

class SymbolLoaders extends AnyRef

This class ...

Attributes
abstract
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. class PackageLoader [T] extends SymbolLoader

    Load contents of a package

  6. class SourcefileLoader extends SymbolLoader

  7. class SymbolLoader extends LazyType

    A lazy type that completes itself by calling parameter doComplete.

Abstract Value Members

  1. val global : Global

    Attributes
    abstract

Concrete Value Members

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

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

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

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

    Attributes
    final
    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. def getClass (): java.lang.Class[_]

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

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

    Attributes
    final
    Definition Classes
    Any
  20. object moduleClassLoader extends SymbolLoader

  21. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    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. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  28. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any