Packages

class ImportHandler extends MemberHandler

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImportHandler
  2. MemberHandler
  3. AnyRef
  4. Any
  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. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def definedNames: collection.immutable.List[Global.Name { ... /* 5 definitions in type refinement */ }]
    Definition Classes
    MemberHandler
  7. def definedSymbols: collection.immutable.List[Global.Symbol]
    Definition Classes
    MemberHandler
  8. def definesImplicit: Boolean
    Definition Classes
    MemberHandler
  9. def definesTerm: Option[Global.TermName]
    Definition Classes
    MemberHandler
  10. def definesType: Option[Global.TypeName]
    Definition Classes
    MemberHandler
  11. def definesValue: Boolean
    Definition Classes
    MemberHandler
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. val expr: Global.Tree
  15. def extraCodeToEvaluate(req: Request): String
    Definition Classes
    MemberHandler
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def implicitSymbols: collection.immutable.List[Global.Symbol]
  20. def importString: String
  21. lazy val importableSymbolsWithRenames: collection.immutable.List[(Global.Symbol, Global.Name)]
  22. lazy val importedNames: List[Global.Name]

    The names imported by this statement

    The names imported by this statement

    Definition Classes
    ImportHandlerMemberHandler
  23. def importedSymbols: collection.immutable.List[Global.Symbol]
  24. lazy val importsSymbolNamed: Set[String]
  25. val importsWildcard: Boolean

    Whether this import includes a wildcard import

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

    Complete list of names imported by a wildcard

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

Inherited from MemberHandler

Inherited from AnyRef

Inherited from Any

Ungrouped