org.scalajs.nscplugin.ScalaJSPlugin

PrepInteropComponent

object PrepInteropComponent extends PrepJSInterop[global.type]

Linear Supertypes
PrepJSInterop[ScalaJSPlugin.global.type], CompatComponent, Transform, PrepJSExports[ScalaJSPlugin.global.type], PluginComponent, SubComponent, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PrepInteropComponent
  2. PrepJSInterop
  3. CompatComponent
  4. Transform
  5. PrepJSExports
  6. PluginComponent
  7. SubComponent
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class ExportInfo(jsName: String, destination: (jsAddons)#ExportDestination)(pos: G.Position) extends JSGlobalAddons.jsInterop.ExportInfo with Product with Serializable

    Definition Classes
    PrepJSExports
  2. implicit final class GlobalCompat extends AnyRef

    Definition Classes
    CompatComponent
  3. class JSInteropPhase extends Phase

    Definition Classes
    PrepJSInterop
  4. class JSInteropTransformer extends G.Transformer

    Definition Classes
    PrepJSInterop
  5. class Phase extends scala.tools.nsc.transform.Transform.StdPhase

    Definition Classes
    Transform
  6. type SAMFunctionCompat = SAMFunction

    Definition Classes
    CompatComponent
  7. implicit final class SAMFunctionCompatOps extends AnyRef

    Definition Classes
    CompatComponent
  8. abstract class StdPhase extends GlobalPhase

    Definition Classes
    SubComponent
  9. implicit final class StdTermNamesCompat extends AnyRef

    Definition Classes
    CompatComponent
  10. implicit final class StdTypeNamesCompat extends AnyRef

    Definition Classes
    CompatComponent
  11. implicit final class SymbolCompat extends AnyRef

    Definition Classes
    CompatComponent

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. object LowPrioGenBCodeCompat

    Definition Classes
    CompatComponent
  5. object SAMFunctionAttachCompat

    Definition Classes
    CompatComponent
  6. object SAMFunctionAttachCompatDef

    Definition Classes
    CompatComponent
  7. lazy val SAMFunctionCompat: SAMFunction.type

    Definition Classes
    CompatComponent
  8. final def afterOwnPhase[T](op: ⇒ T): T

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

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

    Definition Classes
    SubComponent
    Annotations
    @inline()
  11. def checkSetterSignature(sym: scala.tools.nsc.Global.Symbol, pos: scala.tools.nsc.Global.Position, exported: Boolean): Unit

    Checks that a setter has the right signature.

    Checks that a setter has the right signature.

    Reports error messages otherwise.

    Definition Classes
    PrepJSInterop
  12. def clone(): AnyRef

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

    Definition Classes
    PrepJSInterop → PluginComponent
  14. def enabled: Boolean

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def genExportMember(baseSym: scala.tools.nsc.Global.Symbol): List[scala.tools.nsc.Global.Tree]

    Generate the exporter for the given DefDef or ValDef (abstract val in class, val in trait or lazy val; these don't get DefDefs until the fields phase)

    Generate the exporter for the given DefDef or ValDef (abstract val in class, val in trait or lazy val; these don't get DefDefs until the fields phase)

    If this DefDef is a constructor, it is registered to be exported by GenJSCode instead and no trees are returned.

    Definition Classes
    PrepJSExports
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. val global: ScalaJSPlugin.global.type

    Definition Classes
    PrepJSInteropCompatComponent → SubComponent
  21. def hashCode(): Int

    Definition Classes
    SubComponent → AnyRef → Any
  22. val initial: Boolean

    Definition Classes
    SubComponent
  23. def initializeCoreBTypesCompat(): Unit

    Definition Classes
    CompatComponent
  24. final val internal: Boolean(false)

    Definition Classes
    PluginComponent → SubComponent
  25. def isImplClass(sym: scala.tools.nsc.Global.Symbol): Boolean

    Definition Classes
    CompatComponent
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def isJSAny(sym: scala.tools.nsc.Global.Symbol): Boolean

    Definition Classes
    PrepJSInterop
  28. def isPrivateMaybeWithin(sym: scala.tools.nsc.Global.Symbol): Boolean

    Tests whether the symbol has private in any form, either private, private[this] or private[Enclosing].

    Tests whether the symbol has private in any form, either private, private[this] or private[Enclosing].

    Definition Classes
    PrepJSInterop
  29. val jsAddons: ScalaJSPlugin.jsAddons.type

    Not for use in the constructor body: only initialized afterwards.

    Not for use in the constructor body: only initialized afterwards.

    Definition Classes
    PrepInteropComponentPrepJSInterop
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. def newPhase(p: scala.tools.nsc.Phase): StdPhase

    Definition Classes
    PrepJSInterop → Transform → SubComponent
  32. def newTransformer(unit: scala.tools.nsc.Global.CompilationUnit): scala.tools.nsc.Global.Transformer

    Attributes
    protected
    Definition Classes
    PrepJSInterop → Transform
  33. final def notify(): Unit

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

    Definition Classes
    AnyRef
  35. def ownPhase: scala.tools.nsc.Phase

    Definition Classes
    SubComponent
  36. val phaseName: String

    Definition Classes
    PrepJSInterop → SubComponent
  37. def phaseNewFlags: Long

    Definition Classes
    SubComponent
  38. def phaseNextFlags: Long

    Definition Classes
    SubComponent
  39. def registerClassOrModuleExports(sym: scala.tools.nsc.Global.Symbol): Unit

    Check and (potentially) register a class or module for export.

    Check and (potentially) register a class or module for export.

    Note that Scala classes are never registered for export, their constructors are.

    Definition Classes
    PrepJSExports
  40. val requires: List[String]

    Definition Classes
    SubComponent
  41. val runsAfter: List[String]

    Definition Classes
    PrepInteropComponent → SubComponent
  42. val runsBefore: List[String]

    Definition Classes
    PrepInteropComponent → SubComponent
  43. val runsRightAfter: Option[String]

    Definition Classes
    PluginComponent → SubComponent
  44. val scalaJSOpts: ScalaJSPlugin.scalaJSOpts.type

    Not for use in the constructor body: only initialized afterwards.

    Not for use in the constructor body: only initialized afterwards.

    Definition Classes
    PrepInteropComponentPrepJSInterop
  45. lazy val scalaUsesImplClasses: Boolean

    Definition Classes
    CompatComponent
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  47. val terminal: Boolean

    Definition Classes
    SubComponent
  48. def toString(): String

    Definition Classes
    AnyRef → Any
  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 PrepJSInterop[ScalaJSPlugin.global.type]

Inherited from CompatComponent

Inherited from Transform

Inherited from PrepJSExports[ScalaJSPlugin.global.type]

Inherited from PluginComponent

Inherited from SubComponent

Inherited from AnyRef

Inherited from Any

Ungrouped