Class/Object

rsc.outline

ImporterScope

Related Docs: object ImporterScope | package outline

Permalink

final class ImporterScope extends Scope

Linear Supertypes
Scope, Work, Pretty, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImporterScope
  2. Scope
  3. Work
  4. Pretty
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var _parent1: Scope

    Permalink
  5. var _parent2: Scope

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def block(dep: Work): Unit

    Permalink
    Definition Classes
    Work
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def enter(name: Name, sym: semantics.Symbol): semantics.Symbol

    Permalink
    Definition Classes
    ImporterScopeScope
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def fail(): Unit

    Permalink
    Definition Classes
    Work
  13. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def parent1: Scope

    Permalink
  21. def parent1_=(parent1: Scope): Unit

    Permalink
  22. def parent2: Scope

    Permalink
  23. def parent2_=(parent2: Scope): Unit

    Permalink
  24. def printRepl(p: Printer): Unit

    Permalink
    Definition Classes
    WorkPretty
  25. def printStr(p: Printer): Unit

    Permalink
    Definition Classes
    WorkPretty
  26. def repl: String

    Permalink
    Definition Classes
    Pretty
  27. def resolve(name: Name): SymbolResolution

    Permalink
    Definition Classes
    ImporterScopeScope
  28. var status: Status

    Permalink
    Definition Classes
    Work
  29. def str: String

    Permalink
    Definition Classes
    Pretty
  30. def succeed(): Unit

    Permalink
    Definition Classes
    ImporterScopeWork
  31. val sym: semantics.Symbol

    Permalink
    Definition Classes
    Scope
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. final def toString(): String

    Permalink
    Definition Classes
    Pretty → AnyRef → Any
  34. val tree: Importer

    Permalink
  35. def unblock(): Unit

    Permalink
    Definition Classes
    Work
  36. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Scope

Inherited from Work

Inherited from Pretty

Inherited from AnyRef

Inherited from Any

Ungrouped