org.scalajs.core.compiler.ScalaJSPlugin

PrepInteropComponent

object PrepInteropComponent extends PrepJSInterop[global.type]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PrepInteropComponent
  2. PrepJSInterop
  3. PluginComponent210Compat
  4. Compat210Component
  5. Transform
  6. PrepJSExports
  7. PluginComponent
  8. SubComponent
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit final class ErasedValueTypeCompat extends AnyRef

    Definition Classes
    Compat210Component
  2. case class ExportInfo(jsName: String, pos: G.Position, isNamed: Boolean, destination: (jsAddons)#ExportDestination, ignoreInvalid: Boolean) extends JSGlobalAddons.jsInterop.ExportInfo with Product with Serializable

    Definition Classes
    PrepJSExports
  3. implicit final class GlobalCompat extends AnyRef

    Definition Classes
    Compat210Component
  4. class JSInteropPhase extends Phase

    Definition Classes
    PrepJSInterop
  5. class JSInteropTransformer extends G.Transformer

    Definition Classes
    PrepJSInterop
  6. implicit class OverridingPairsCursor2Iterable extends AnyRef

    Definition Classes
    Compat210Component
  7. class Phase extends scala.tools.nsc.transform.Transform.StdPhase

    Definition Classes
    Transform
  8. implicit final class RunCompat extends AnyRef

    Definition Classes
    Compat210Component
  9. type SAMFunctionCompat = SAMFunction

    Definition Classes
    Compat210Component
  10. implicit final class SAMFunctionCompatOps extends AnyRef

    Definition Classes
    Compat210Component
  11. abstract class StdPhase extends GlobalPhase

    Definition Classes
    SubComponent
  12. implicit final class StdTermNamesCompat extends AnyRef

    Definition Classes
    Compat210Component
  13. implicit final class StdTypeNamesCompat extends AnyRef

    Definition Classes
    Compat210Component
  14. implicit final class SymbolCompat extends AnyRef

    Definition Classes
    Compat210Component

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. object DelambdafyCompat

    Definition Classes
    Compat210Component
  7. object LowPrioGenBCodeCompat

    Definition Classes
    Compat210Component
  8. object Mode

    Definition Classes
    Compat210Component
  9. object SAMFunctionAttachCompat

    Definition Classes
    Compat210Component
  10. object SAMFunctionAttachCompatDef

    Definition Classes
    Compat210Component
  11. lazy val SAMFunctionCompat: SAMFunction.type

    Definition Classes
    Compat210Component
  12. object ScaladocGlobalCompat

    Definition Classes
    Compat210Component
  13. final def afterOwnPhase[T](op: ⇒ T): T

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

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

    Definition Classes
    SubComponent
    Annotations
    @inline()
  16. def checkDeprecationOfJSExportDescendentClassesObjects(sym: scala.tools.nsc.Global.Symbol): Unit

    Deprecate @JSExportDescendentClasses and @JSExportDescendentObjects.

    Deprecate @JSExportDescendentClasses and @JSExportDescendentObjects.

    We do this only on the annotated symbol (not in descendants), which is why this test is a bit separate from everything else. Ideally we would simply @deprecate the annotations, but that would not allow us to suppress the deprecations.

    Definition Classes
    PrepJSExports
  17. 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
  18. def clone(): AnyRef

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

  20. final def devWarning(msg: ⇒ String): Unit

    Definition Classes
    Compat210Component
    Annotations
    @inline()
  21. final def enteringPhase[T](ph: scala.tools.nsc.Phase)(op: ⇒ T): T

    Definition Classes
    Compat210Component
    Annotations
    @inline()
  22. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  24. final def exitingPhase[T](ph: scala.tools.nsc.Phase)(op: ⇒ T): T

    Definition Classes
    Compat210Component
    Annotations
    @inline()
  25. def exportsOf(sym: scala.tools.nsc.Global.Symbol): List[ExportInfo]

    retrieves the names a sym should be exported to from its annotations

    retrieves the names a sym should be exported to from its annotations

    Note that for accessor symbols, the annotations of the accessed symbol are used, rather than the annotations of the accessor itself.

    Definition Classes
    PrepJSExports
  26. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. final def forScaladoc: Boolean

    Definition Classes
    Compat210Component
    Annotations
    @inline()
  28. 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
  29. final def getClass(): Class[_]

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

    Definition Classes
    PrepJSInteropCompat210Component → SubComponent
  31. def hashCode(): Int

    Definition Classes
    SubComponent → AnyRef → Any
  32. def initializeCoreBTypesCompat(): Unit

    Definition Classes
    Compat210Component
  33. final val internal: Boolean(false)

    Definition Classes
    PluginComponent → SubComponent
  34. final def isFunctionSymbol(sym: scala.tools.nsc.Global.Symbol): Boolean

    Definition Classes
    Compat210Component
  35. def isImplClass(sym: scala.tools.nsc.Global.Symbol): Boolean

    Definition Classes
    Compat210Component
  36. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    PrepJSInterop
  38. 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
  39. def isScalaJSDefinedAcrossRuns(sym: scala.tools.nsc.Global.Symbol): Boolean

    Attributes
    protected
    Definition Classes
    PrepJSInterop
  40. 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
  41. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    SubComponent
  47. val phaseName: String

    Definition Classes
    PrepJSInterop → SubComponent
  48. def phaseNewFlags: Long

    Definition Classes
    SubComponent
  49. def phaseNextFlags: Long

    Definition Classes
    SubComponent
  50. def registerClassExports(sym: scala.tools.nsc.Global.Symbol): Unit

    Checks and registers class exports on the symbol.

    Checks and registers class exports on the symbol.

    Definition Classes
    PrepJSExports
  51. def registerModuleExports(sym: scala.tools.nsc.Global.Symbol): Unit

    Checks and registers module exports on the symbol

    Checks and registers module exports on the symbol

    Definition Classes
    PrepJSExports
  52. final def repeatedToSingle(t: scala.tools.nsc.Global.Type): scala.tools.nsc.Global.Type

    Definition Classes
    Compat210Component
    Annotations
    @inline()
  53. val runsAfter: List[String]

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

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

    Definition Classes
    PluginComponent → SubComponent
  56. 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
  57. lazy val scalaUsesImplClasses: Boolean

    Definition Classes
    Compat210Component
  58. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  59. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PrepJSInterop[ScalaJSPlugin.global.type]

Inherited from PluginComponent210Compat

Inherited from Compat210Component

Inherited from Transform

Inherited from PrepJSExports[ScalaJSPlugin.global.type]

Inherited from PluginComponent

Inherited from SubComponent

Inherited from AnyRef

Inherited from Any

Ungrouped