org.scalajs.core.compiler

ScalaJSPlugin

Related Doc: package compiler

class ScalaJSPlugin extends Plugin

Main entry point for the Scala.js compiler plugin

Linear Supertypes
Plugin, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScalaJSPlugin
  2. Plugin
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaJSPlugin(global: Global)

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 GenCodeComponent extends GenJSCode

  5. object PreTyperComponentComponent extends PreTyperComponent

  6. object PrepInteropComponent extends PrepJSInterop

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val components: List[PluginComponent]

    Definition Classes
    ScalaJSPlugin → Plugin
  10. val description: String

    Definition Classes
    ScalaJSPlugin → Plugin
  11. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def generatedJSAST(clDefs: List[Tree]): Unit

    Called when the JS ASTs are generated.

    Called when the JS ASTs are generated. Override for testing

  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. val global: Global

    Definition Classes
    ScalaJSPlugin → Plugin
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. def init(options: List[String], error: (String) ⇒ Unit): Boolean

    Definition Classes
    Plugin
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. object jsAddons extends JSGlobalAddons with Compat210Component

    Addons for JavaScript platform

  21. val name: String

    Definition Classes
    ScalaJSPlugin → Plugin
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

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

    Definition Classes
    AnyRef
  25. def options: List[String]

    Definition Classes
    Plugin
  26. val optionsHelp: Option[String]

    Definition Classes
    ScalaJSPlugin → Plugin
  27. def processOptions(options: List[String], error: (String) ⇒ Unit): Unit

    Definition Classes
    ScalaJSPlugin → Plugin
  28. 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. This bridge allows other plugins (such as ScalaJSJUnitPlugin) to register new modules for export between jsinterop and jscode phases. It is meant to be accessed using reflection. The calling code still must insert the @JSExport annotation to the module.

  29. object scalaJSOpts extends ScalaJSOptions

  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Plugin

Inherited from AnyRef

Inherited from Any

Ungrouped