Packages

package nscplugin

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait NirCompat[G <: Global with Singleton] extends AnyRef
  2. trait NirDefinitions extends AnyRef
  3. trait NirGenExports[G <: Global with Singleton] extends AnyRef
  4. trait NirGenExpr[G <: Global with Singleton] extends AnyRef
  5. trait NirGenFile[G <: Global with Singleton] extends AnyRef
  6. trait NirGenName[G <: Global with Singleton] extends AnyRef
  7. abstract class NirGenPhase[G <: Global with Singleton] extends NirPhase[G] with NirGenStat[G] with NirGenExpr[G] with NirGenUtil[G] with NirGenFile[G] with NirGenType[G] with NirGenName[G] with NirCompat[G] with NirGenExports[G]
  8. trait NirGenStat[G <: Global with Singleton] extends AnyRef
  9. trait NirGenType[G <: Global with Singleton] extends AnyRef
  10. trait NirGenUtil[G <: Global with Singleton] extends AnyRef
  11. trait NirGlobalAddons extends NirDefinitions
  12. abstract class NirPhase[G <: Global with Singleton] extends PluginComponent with NirCompat[G]
  13. abstract class NirPrimitives extends AnyRef
  14. abstract class PrepNativeInterop[G <: Global with Singleton] extends NirPhase[G] with Transform

    This phase does:

    This phase does:

    • Rewrite calls to scala.Enumeration.Value (include name string) (Ported from ScalaJS)
    • Rewrite the body scala.util.PropertiesTrait.scalaProps to be statically determined at compile-time.
  15. class ReflectiveInstantiationBuffer extends AnyRef
  16. trait ScalaNativeOptions extends AnyRef

    This trait allows to query all options to the ScalaNative Plugin

    This trait allows to query all options to the ScalaNative Plugin

    Also see the help text in ScalaNativePlugin for information about particular options.

  17. class ScalaNativePlugin extends Plugin

Ungrouped