Packages

o

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
Visibility
  1. Public
  2. All

Type Members

  1. implicit class BTypesCompat extends AnyRef
    Definition Classes
    CompatComponent
  2. implicit final class GlobalCompat extends AnyRef
    Definition Classes
    CompatComponent
  3. implicit final class SAMFunctionCompatOps extends AnyRef
    Definition Classes
    CompatComponent
  4. implicit final class StdTermNamesCompat extends AnyRef
    Definition Classes
    CompatComponent
  5. implicit final class StdTypeNamesCompat extends AnyRef
    Definition Classes
    CompatComponent
  6. implicit final class SymbolCompat extends AnyRef
    Definition Classes
    CompatComponent
  7. implicit final class TyperCompat extends AnyRef
    Definition Classes
    CompatComponent
  8. class JSInteropPhase extends Phase
    Definition Classes
    PrepJSInterop
  9. class JSInteropTransformer extends G.Transformer
    Definition Classes
    PrepJSInterop
  10. class Phase extends scala.tools.nsc.transform.Transform.StdPhase
    Definition Classes
    Transform
  11. type SAMFunctionCompat = scala.tools.nsc.Global.SAMFunction
    Definition Classes
    CompatComponent
  12. abstract class StdPhase extends GlobalPhase
    Definition Classes
    SubComponent

Value Members

  1. object AttachmentsCompat
    Definition Classes
    CompatComponent
  2. object AttachmentsCompatDef
    Definition Classes
    CompatComponent
  3. object WarningCategoryCompat
    Definition Classes
    CompatComponent
  4. lazy val DottyEnumSingletonCompat: DottyEnumSingleton.type
    Definition Classes
    CompatComponent
  5. lazy val SAMFunctionCompat: scala.tools.nsc.Global.SAMFunction.type
    Definition Classes
    CompatComponent
  6. val WarningCategory: CompatComponent.WarningCategoryCompat.Reporting.WarningCategory.type
    Definition Classes
    CompatComponent
  7. final def afterOwnPhase[T](op: ⇒ T): T
    Definition Classes
    SubComponent
    Annotations
    @inline()
  8. final def beforeOwnPhase[T](op: ⇒ T): T
    Definition Classes
    SubComponent
    Annotations
    @inline()
  9. 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
  10. def description: String
    Definition Classes
    PrepJSInterop → PluginComponent
  11. def enabled: Boolean
    Definition Classes
    SubComponent
  12. 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
  13. val global: ScalaJSPlugin.global.type
    Definition Classes
    PrepJSInteropCompatComponent → SubComponent
  14. def hashCode(): Int
    Definition Classes
    SubComponent → AnyRef → Any
  15. val initial: Boolean
    Definition Classes
    SubComponent
  16. final val internal: Boolean(false)
    Definition Classes
    PluginComponent → SubComponent
  17. def isImplClass(sym: scala.tools.nsc.Global.Symbol): Boolean
    Definition Classes
    CompatComponent
  18. def isJSAny(sym: scala.tools.nsc.Global.Symbol): Boolean
    Definition Classes
    PrepJSInterop
  19. 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
  20. lazy val isScala211: Boolean
    Definition Classes
    CompatComponent
  21. 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
  22. def newPhase(p: scala.tools.nsc.Phase): StdPhase
    Definition Classes
    PrepJSInterop → Transform → SubComponent
  23. def ownPhase: scala.tools.nsc.Phase
    Definition Classes
    SubComponent
  24. val phaseName: String
    Definition Classes
    PrepJSInterop → SubComponent
  25. def phaseNewFlags: Long
    Definition Classes
    SubComponent
  26. def phaseNextFlags: Long
    Definition Classes
    SubComponent
  27. 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
  28. val requires: List[String]
    Definition Classes
    SubComponent
  29. val runsAfter: List[String]
    Definition Classes
    PrepInteropComponent → SubComponent
  30. val runsBefore: List[String]
    Definition Classes
    PrepInteropComponent → SubComponent
  31. val runsRightAfter: Option[String]
    Definition Classes
    PluginComponent → SubComponent
  32. 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
  33. lazy val scalaUsesImplClasses: Boolean
    Definition Classes
    CompatComponent
  34. val terminal: Boolean
    Definition Classes
    SubComponent