Packages

  • package root

    The Scala compiler and reflection APIs.

    The Scala compiler and reflection APIs.

    Definition Classes
    root
  • package scala
    Definition Classes
    root
  • package tools
    Definition Classes
    scala
  • package nsc
    Definition Classes
    tools
  • package interpreter

    The main REPL related classes and values are as follows.

    The main REPL related classes and values are as follows. In addition to standard compiler classes Global and Settings, there are:

    History: an interface for session history. Completion: an interface for tab completion. ILoop (formerly InterpreterLoop): The umbrella class for a session. IMain (formerly Interpreter): Handles the evolving state of the session and handles submitting code to the compiler and handling the output. InteractiveReader: how ILoop obtains input. History: an interface for session history. Completion: an interface for tab completion. Power: a repository for more advanced/experimental features.

    ILoop contains { in: InteractiveReader, intp: IMain, settings: Settings, power: Power } InteractiveReader contains { history: History, completion: Completion } IMain contains { global: Global }

    Definition Classes
    nsc
  • trait MemberHandlers extends AnyRef
    Definition Classes
    interpreter
  • AssignHandler
  • ClassHandler
  • DefHandler
  • GenericHandler
  • ImportHandler
  • MacroHandler
  • MemberDefHandler
  • MemberHandler
  • ModuleHandler
  • TermMacroHandler
  • TypeAliasHandler
  • ValHandler

class ImportHandler extends MemberHandler

Source
MemberHandlers.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImportHandler
  2. MemberHandler
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ImportHandler(imp: Global.Import)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ImportHandler to any2stringadd[ImportHandler] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ImportHandler, B)
    Implicit
    This member is added by an implicit conversion from ImportHandler to ArrowAssoc[ImportHandler] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def definedNames: collection.immutable.List[Global.Name { ... /* 5 definitions in type refinement */ }]
    Definition Classes
    MemberHandler
  9. def definedSymbols: collection.immutable.List[Global.Symbol]
    Definition Classes
    MemberHandler
  10. def definesImplicit: Boolean
    Definition Classes
    MemberHandler
  11. def definesTerm: Option[Global.TermName]
    Definition Classes
    MemberHandler
  12. def definesType: Option[Global.TypeName]
    Definition Classes
    MemberHandler
  13. def definesValue: Boolean
    Definition Classes
    MemberHandler
  14. def definesValueClass: Boolean
    Definition Classes
    MemberHandler
  15. def ensuring(cond: (ImportHandler) ⇒ Boolean, msg: ⇒ Any): ImportHandler
    Implicit
    This member is added by an implicit conversion from ImportHandler to Ensuring[ImportHandler] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (ImportHandler) ⇒ Boolean): ImportHandler
    Implicit
    This member is added by an implicit conversion from ImportHandler to Ensuring[ImportHandler] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: ⇒ Any): ImportHandler
    Implicit
    This member is added by an implicit conversion from ImportHandler to Ensuring[ImportHandler] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): ImportHandler
    Implicit
    This member is added by an implicit conversion from ImportHandler to Ensuring[ImportHandler] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. val expr: Global.Tree
  22. def extraCodeToEvaluate(req: Request): String
    Definition Classes
    MemberHandler
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def implicitSymbols: collection.immutable.List[Global.Symbol]
  27. def importString: String
  28. lazy val importableSymbolsWithRenames: collection.immutable.List[(Global.Symbol, Global.Name)]
  29. lazy val importedNames: List[Global.Name]

    The names imported by this statement

    The names imported by this statement

    Definition Classes
    ImportHandlerMemberHandler
  30. def importedSymbols: collection.immutable.List[Global.Symbol]
  31. lazy val importsSymbolNamed: Set[String]
  32. val importsWildcard: Boolean

    Whether this import includes a wildcard import

  33. lazy val individualNames: List[Global.Name]
  34. lazy val individualSymbols: List[Global.Symbol]
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. val member: Global.Tree
    Definition Classes
    MemberHandler
  37. def name: Global.Name
    Definition Classes
    MemberHandler
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. def path: String
    Definition Classes
    MemberHandler
  42. def referencedNames: List[Global.Name]
    Definition Classes
    MemberHandler
  43. def resultExtractionCode(req: Request): String
    Definition Classes
    ImportHandlerMemberHandler
  44. val selectors: List[Global.ImportSelector]
  45. def symbol: Global.Symbol
    Definition Classes
    MemberHandler
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def targetType: Global.Type
  48. def toString(): String
    Definition Classes
    MemberHandler → AnyRef → Any
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  52. lazy val wildcardNames: List[Global.Name]

    Complete list of names imported by a wildcard

  53. lazy val wildcardSymbols: List[Global.Symbol]
  54. def [B](y: B): (ImportHandler, B)
    Implicit
    This member is added by an implicit conversion from ImportHandler to ArrowAssoc[ImportHandler] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ImportHandler to StringFormat[ImportHandler] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

Inherited from MemberHandler

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ImportHandler to any2stringadd[ImportHandler]

Inherited by implicit conversion StringFormat from ImportHandler to StringFormat[ImportHandler]

Inherited by implicit conversion Ensuring from ImportHandler to Ensuring[ImportHandler]

Inherited by implicit conversion ArrowAssoc from ImportHandler to ArrowAssoc[ImportHandler]

Ungrouped