scala.reflect.internal.Importers

Importer

abstract class Importer extends AnyRef

Source
Importers.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Importer
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Importer()

Abstract Value Members

  1. abstract val from: SymbolTable

Concrete Value Members

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

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

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

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

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

    Definition Classes
    Any
  6. def addFixup(fixup: ⇒ Unit): Unit

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. lazy val fixups: MutableList[() ⇒ Unit]

  13. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  15. def importAnnotArg(arg: ClassfileAnnotArg): ClassfileAnnotArg

  16. def importAnnotationInfo(ann: AnnotationInfo): AnnotationInfo

  17. def importCaseDef(tree: CaseDef): CaseDef

  18. def importConstant(constant: Constant): Constant

  19. def importIdent(tree: Ident): Ident

  20. def importImportSelector(sel: ImportSelector): ImportSelector

  21. def importModifiers(mods: Modifiers): Modifiers

  22. def importName(name: Name): Name

  23. def importPosition(pos: Position): Position

  24. def importRefTree(tree: RefTree): RefTree

  25. def importScope(decls: Scope): Scope

  26. def importSymbol(sym0: Symbol): Symbol

  27. def importTemplate(tree: Template): Template

  28. def importTermName(name: TermName): TermName

  29. def importTree(tree: Tree): Tree

  30. def importType(tpe: Type): Type

  31. def importTypeBounds(bounds: TypeBounds): TypeBounds

  32. def importTypeConstraint(constr: TypeConstraint): TypeConstraint

  33. def importTypeDef(tree: TypeDef): TypeDef

  34. def importTypeName(name: TypeName): TypeName

  35. def importValDef(tree: ValDef): ValDef

  36. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  38. final def notify(): Unit

    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  40. var pendingSyms: Int

  41. var pendingTpes: Int

  42. object reverse extends Importer

  43. lazy val symMap: WeakHashMap[Symbol, Symbol]

  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  45. def toString(): String

    Definition Classes
    AnyRef → Any
  46. lazy val tpeMap: WeakHashMap[Type, Type]

  47. def tryFixup(): Unit

  48. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any