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

  5. object ExplicitLocalJSComponent extends ExplicitLocalJS

  6. object GenCodeComponent extends GenJSCode

  7. object PreTyperComponentComponent extends PreTyperComponent

  8. object PrepInteropComponent extends PrepJSInterop

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

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

    Definition Classes
    ScalaJSPlugin → Plugin
  12. val description: String

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

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

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

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

    Called when the JS ASTs are generated.

    Called when the JS ASTs are generated. Override for testing

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

    Definition Classes
    AnyRef → Any
  18. val global: Global

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

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

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

    Definition Classes
    Any
  22. object jsAddons extends JSGlobalAddons with Compat210Component

    Addons for JavaScript platform

  23. val name: String

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

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

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

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

    Definition Classes
    Plugin
  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