Object

scala.scalanative.nscplugin.NirPlugin

prepNativeInterop

Related Doc: package NirPlugin

Permalink

object prepNativeInterop extends PrepNativeInterop

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

Type Members

  1. class NativeInteropPhase extends Phase

    Permalink
    Definition Classes
    PrepNativeInterop
  2. class NativeInteropTransformer extends tools.nsc.Global.Transformer

    Permalink
    Definition Classes
    PrepNativeInterop
  3. class Phase extends tools.nsc.transform.Transform.StdPhase

    Permalink
    Definition Classes
    Transform
  4. abstract class StdPhase extends GlobalPhase

    Permalink
    Definition Classes
    SubComponent

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
    @HotSpotIntrinsicCandidate() @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. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. val global: NirPlugin.global.type

    Permalink
    Definition Classes
    prepNativeInterop → SubComponent
  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. val nirAddons: NirPlugin.nirAddons.type

    Permalink
    Definition Classes
    prepNativeInteropPrepNativeInterop
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. def ownPhase: tools.nsc.Phase

    Permalink
    Definition Classes
    SubComponent
  25. val phaseName: String

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

    Permalink
    Definition Classes
    SubComponent
  27. def phaseNextFlags: Long

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

    Permalink
    Definition Classes
    SubComponent
  29. val runsAfter: collection.immutable.List[String]

    Permalink
    Definition Classes
    prepNativeInterop → SubComponent
  30. val runsBefore: collection.immutable.List[String]

    Permalink
    Definition Classes
    prepNativeInterop → SubComponent
  31. val runsRightAfter: Option[String]

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

    Permalink
    Definition Classes
    AnyRef
  33. val terminal: Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from PrepNativeInterop

Inherited from Transform

Inherited from PluginComponent

Inherited from SubComponent

Inherited from AnyRef

Inherited from Any

Ungrouped