scala.reflect.internal.Importers.Importer

reverse

object reverse extends Importer

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

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

    Definition Classes
    Importer
  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]

    Definition Classes
    Importer
  13. val from: Importers.this.type

    Definition Classes
    reverseImporter
  14. final def getClass(): Class[_]

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

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

    Definition Classes
    Importer
  17. def importAnnotationInfo(ann: AnnotationInfo): AnnotationInfo

    Definition Classes
    Importer
  18. def importCaseDef(tree: CaseDef): CaseDef

    Definition Classes
    Importer
  19. def importConstant(constant: Constant): Constant

    Definition Classes
    Importer
  20. def importIdent(tree: Ident): Ident

    Definition Classes
    Importer
  21. def importImportSelector(sel: ImportSelector): ImportSelector

    Definition Classes
    Importer
  22. def importModifiers(mods: Modifiers): Modifiers

    Definition Classes
    Importer
  23. def importName(name: Name): Name

    Definition Classes
    Importer
  24. def importPosition(pos: Position): Position

    Definition Classes
    Importer
  25. def importRefTree(tree: RefTree): RefTree

    Definition Classes
    Importer
  26. def importScope(decls: Scope): Scope

    Definition Classes
    Importer
  27. def importSymbol(sym0: Symbol): Symbol

    Definition Classes
    Importer
  28. def importTemplate(tree: Template): Template

    Definition Classes
    Importer
  29. def importTermName(name: TermName): TermName

    Definition Classes
    Importer
  30. def importTree(tree: Tree): Tree

    Definition Classes
    Importer
  31. def importType(tpe: Type): Type

    Definition Classes
    Importer
  32. def importTypeBounds(bounds: TypeBounds): TypeBounds

    Definition Classes
    Importer
  33. def importTypeConstraint(constr: TypeConstraint): TypeConstraint

    Definition Classes
    Importer
  34. def importTypeDef(tree: TypeDef): TypeDef

    Definition Classes
    Importer
  35. def importTypeName(name: TypeName): TypeName

    Definition Classes
    Importer
  36. def importValDef(tree: ValDef): ValDef

    Definition Classes
    Importer
  37. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  41. var pendingSyms: Int

    Definition Classes
    Importer
  42. var pendingTpes: Int

    Definition Classes
    Importer
  43. object reverse extends Importer

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

    Definition Classes
    Importer
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  46. def toString(): String

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

    Definition Classes
    Importer
  48. def tryFixup(): Unit

    Definition Classes
    Importer
  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()

Inherited from Importer

Inherited from AnyRef

Inherited from Any