Object

org.scalajs.core.compiler.ScalaJSPlugin

PrepInteropComponent

Related Doc: package ScalaJSPlugin

Permalink

object PrepInteropComponent extends PrepJSInterop

Linear Supertypes
PrepJSInterop, PluginComponent210Compat, Compat210Component, Transform, PrepJSExports, PluginComponent, SubComponent, AnyRef, Any
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
Visibility
  1. Public
  2. All

Type Members

  1. implicit final class ErasedValueTypeCompat extends AnyRef

    Permalink
    Definition Classes
    Compat210Component
  2. case class ExportInfo(jsName: String, destination: (jsAddons)#ExportDestination)(pos: scala.tools.nsc.Global.Position) extends JSGlobalAddons.jsInterop.ExportInfo with Product with Serializable

    Permalink
    Definition Classes
    PrepJSExports
  3. implicit final class GlobalCompat extends AnyRef

    Permalink
    Definition Classes
    Compat210Component
  4. class JSInteropPhase extends Phase

    Permalink
    Definition Classes
    PrepJSInterop
  5. class JSInteropTransformer extends scala.tools.nsc.Global.Transformer

    Permalink
    Definition Classes
    PrepJSInterop
  6. implicit class OverridingPairsCursor2Iterable extends AnyRef

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

    Permalink
    Definition Classes
    Transform
  8. implicit final class RunCompat extends AnyRef

    Permalink
    Definition Classes
    Compat210Component
  9. type SAMFunctionCompat = SAMFunction

    Permalink
    Definition Classes
    Compat210Component
  10. abstract class StdPhase extends GlobalPhase

    Permalink
    Definition Classes
    SubComponent
  11. implicit final class StdTermNamesCompat extends AnyRef

    Permalink
    Definition Classes
    Compat210Component
  12. implicit final class StdTypeNamesCompat extends AnyRef

    Permalink
    Definition Classes
    Compat210Component
  13. implicit final class SymbolCompat extends AnyRef

    Permalink
    Definition Classes
    Compat210Component

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

    Permalink
    Definition Classes
    Compat210Component
  5. object LowPrioGenBCodeCompat

    Permalink
    Definition Classes
    Compat210Component
  6. object Mode

    Permalink
    Definition Classes
    Compat210Component
  7. object SAMFunctionAttachCompat

    Permalink
    Definition Classes
    Compat210Component
  8. object SAMFunctionAttachCompatDef

    Permalink
    Definition Classes
    Compat210Component
  9. lazy val SAMFunctionCompat: SAMFunction.type

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

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

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

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

    Permalink

    Checks that a setter has the right signature.

    Checks that a setter has the right signature.

    Reports error messages otherwise.

    Definition Classes
    PrepJSInterop
  14. def clone(): AnyRef

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

    Permalink
    Definition Classes
    PrepJSInteropPluginComponent210Compat → PluginComponent
  16. def enabled: Boolean

    Permalink
    Definition Classes
    SubComponent
  17. final def enteringPhase[T](ph: scala.tools.nsc.Phase)(op: ⇒ T): T

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

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

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

    Permalink
    Definition Classes
    Compat210Component
    Annotations
    @inline()
  21. def finalize(): Unit

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

    Permalink

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. val global: ScalaJSPlugin.global.type

    Permalink
    Definition Classes
    PrepInteropComponentCompat210Component → SubComponent
  25. def hashCode(): Int

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

    Permalink
    Definition Classes
    SubComponent
  27. def initializeCoreBTypesCompat(): Unit

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

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

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

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

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

    Permalink

    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
  33. val jsAddons: ScalaJSPlugin.jsAddons.type

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  39. def ownPhase: scala.tools.nsc.Phase

    Permalink
    Definition Classes
    SubComponent
  40. val phaseName: String

    Permalink
    Definition Classes
    PrepJSInterop → SubComponent
  41. def phaseNewFlags: Long

    Permalink
    Definition Classes
    SubComponent
  42. def phaseNextFlags: Long

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

    Permalink

    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
  44. final def repeatedToSingle(t: scala.tools.nsc.Global.Type): scala.tools.nsc.Global.Type

    Permalink
    Definition Classes
    Compat210Component
    Annotations
    @inline()
  45. val requires: List[String]

    Permalink
    Definition Classes
    SubComponent
  46. val runsAfter: List[String]

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

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

    Permalink
    Definition Classes
    PluginComponent → SubComponent
  49. val scalaJSOpts: ScalaJSPlugin.scalaJSOpts.type

    Permalink
    Definition Classes
    PrepInteropComponentPrepJSInterop
  50. lazy val scalaUsesImplClasses: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  52. val terminal: Boolean

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

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

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

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

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

Inherited from PrepJSInterop

Inherited from PluginComponent210Compat

Inherited from Compat210Component

Inherited from Transform

Inherited from PrepJSExports

Inherited from PluginComponent

Inherited from SubComponent

Inherited from AnyRef

Inherited from Any

Ungrouped