Packages

class ImportHandler extends MemberHandler

Source
MemberHandlers.scala
Linear Supertypes
Type Hierarchy
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 toany2stringadd[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 toArrowAssoc[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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws(classOf[java.lang.CloneNotSupportedException])
  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 ensuring(cond: (ImportHandler) => Boolean, msg: => Any): ImportHandler
    Implicit
    This member is added by an implicit conversion from ImportHandler toEnsuring[ImportHandler] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (ImportHandler) => Boolean): ImportHandler
    Implicit
    This member is added by an implicit conversion from ImportHandler toEnsuring[ImportHandler] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: => Any): ImportHandler
    Implicit
    This member is added by an implicit conversion from ImportHandler toEnsuring[ImportHandler] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): ImportHandler
    Implicit
    This member is added by an implicit conversion from ImportHandler toEnsuring[ImportHandler] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. val expr: Global.Tree
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ImportHandler toStringFormat[ImportHandler] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def implicitSymbols: collection.immutable.List[Global.Symbol]
  26. def importString: String
  27. lazy val importableSymbolsWithRenames: collection.immutable.List[(Global.Symbol, Global.Name)]
  28. lazy val importedNames: List[Global.Name]

    The names imported by this statement

    The names imported by this statement

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

    Whether this import includes a wildcard import

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

    Complete list of names imported by a wildcard

  52. lazy val wildcardSymbols: List[Global.Symbol]

Deprecated Value Members

  1. def [B](y: B): (ImportHandler, B)
    Implicit
    This member is added by an implicit conversion from ImportHandler toArrowAssoc[ImportHandler] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from MemberHandler

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromImportHandler to any2stringadd[ImportHandler]

Inherited by implicit conversion StringFormat fromImportHandler to StringFormat[ImportHandler]

Inherited by implicit conversion Ensuring fromImportHandler to Ensuring[ImportHandler]

Inherited by implicit conversion ArrowAssoc fromImportHandler to ArrowAssoc[ImportHandler]

Ungrouped