scala.reflect.internal.Importers.StandardImporter

reverse

object reverse extends StandardImporter

Definition Classes
StandardImporter → Importer
Source
Importers.scala
Linear Supertypes
StandardImporter, Importer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. reverse
  2. StandardImporter
  3. Importer
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
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
    StandardImporter
  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
    StandardImporter
  13. val from: Importers.this.type

    Definition Classes
    reverseStandardImporter → Importer
  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
    StandardImporter
  17. def importAnnotationInfo(ann: AnnotationInfo): AnnotationInfo

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    StandardImporter
  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
    StandardImporter
  42. var pendingTpes: Int

    Definition Classes
    StandardImporter
  43. object reverse extends StandardImporter

    Definition Classes
    StandardImporter → Importer
  44. lazy val symMap: WeakHashMap[Symbol, Symbol]

    Definition Classes
    StandardImporter
  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
    StandardImporter
  48. def tryFixup(): Unit

    Definition Classes
    StandardImporter
  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 StandardImporter

Inherited from Importer

Inherited from AnyRef

Inherited from Any