Class/Object

scala.scalanative.nscplugin

PrepNativeInterop

Related Docs: object PrepNativeInterop | package nscplugin

Permalink

abstract class PrepNativeInterop extends PluginComponent with Transform

This phase does: - Rewrite calls to scala.Enumeration.Value (include name string) (Ported from ScalaJS) - Rewrite the body scala.util.PropertiesTrait.scalaProps to be statically determined at compile-time.

Linear Supertypes
Transform, PluginComponent, SubComponent, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrepNativeInterop
  2. Transform
  3. PluginComponent
  4. SubComponent
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PrepNativeInterop()

    Permalink

Type Members

  1. class NativeInteropPhase extends Phase

    Permalink
  2. class NativeInteropTransformer extends tools.nsc.Global.Transformer

    Permalink
  3. class Phase extends tools.nsc.transform.Transform.StdPhase

    Permalink
    Definition Classes
    Transform
  4. abstract class StdPhase extends GlobalPhase

    Permalink
    Definition Classes
    SubComponent

Abstract Value Members

  1. abstract val global: Global

    Permalink
    Definition Classes
    SubComponent
  2. abstract val nirAddons: NirGlobalAddons { val global: PrepNativeInterop.this.global.type }

    Permalink
  3. abstract val runsAfter: List[String]

    Permalink
    Definition Classes
    SubComponent

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def afterOwnPhase[T](op: ⇒ T): T

    Permalink
    Definition Classes
    SubComponent
    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. final def beforeOwnPhase[T](op: ⇒ T): T

    Permalink
    Definition Classes
    SubComponent
    Annotations
    @inline()
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def description: String

    Permalink
    Definition Classes
    PrepNativeInterop → PluginComponent
  9. def enabled: Boolean

    Permalink
    Definition Classes
    SubComponent
  10. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    SubComponent → AnyRef → Any
  15. val initial: Boolean

    Permalink
    Definition Classes
    SubComponent
  16. final val internal: Boolean(false)

    Permalink
    Definition Classes
    PluginComponent → SubComponent
  17. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  19. def newPhase(p: tools.nsc.Phase): StdPhase

    Permalink
    Definition Classes
    PrepNativeInterop → Transform → SubComponent
  20. def newTransformer(unit: tools.nsc.Global.CompilationUnit): tools.nsc.Global.Transformer

    Permalink
    Attributes
    protected
    Definition Classes
    PrepNativeInterop → Transform
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def ownPhase: tools.nsc.Phase

    Permalink
    Definition Classes
    SubComponent
  24. val phaseName: String

    Permalink
    Definition Classes
    PrepNativeInterop → SubComponent
  25. def phaseNewFlags: Long

    Permalink
    Definition Classes
    SubComponent
  26. def phaseNextFlags: Long

    Permalink
    Definition Classes
    SubComponent
  27. val requires: List[String]

    Permalink
    Definition Classes
    SubComponent
  28. val runsBefore: List[String]

    Permalink
    Definition Classes
    SubComponent
  29. val runsRightAfter: Option[String]

    Permalink
    Definition Classes
    PluginComponent → SubComponent
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. val terminal: Boolean

    Permalink
    Definition Classes
    SubComponent
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Transform

Inherited from PluginComponent

Inherited from SubComponent

Inherited from AnyRef

Inherited from Any

Ungrouped