org.scalajs.core.compiler

ScalaJSPlugin

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: 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 ExplicitInnerJSComponent extends ExplicitInnerJS

  7. object ExplicitLocalJSComponent extends ExplicitLocalJS

  8. object GenCodeComponent extends GenJSCode

  9. object PreTyperComponentComponent extends PreTyperComponent

  10. object PrepInteropComponent extends PrepJSInterop

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

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

    Definition Classes
    ScalaJSPlugin → Plugin
  14. val description: String

    Definition Classes
    ScalaJSPlugin → Plugin
  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 generatedJSAST(clDefs: List[ClassDef]): Unit

    Called when the JS ASTs are generated.

    Called when the JS ASTs are generated. Override for testing

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

    Definition Classes
    AnyRef → Any
  20. val global: Global

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

    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. object jsAddons extends JSGlobalAddons with Compat210Component

    Addons for JavaScript platform

  24. val name: String

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

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

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

    Definition Classes
    AnyRef
  28. val optionsHelp: Option[String]

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

    Definition Classes
    ScalaJSPlugin → Plugin
  30. 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.

  31. object scalaJSOpts extends ScalaJSOptions

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

    Definition Classes
    AnyRef
  33. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Plugin

Inherited from AnyRef

Inherited from Any

Ungrouped