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 NirGenExpr[G <: Global with Singleton] extends AnyRef
  4. trait NirGenFile[G <: Global with Singleton] extends AnyRef
  5. trait NirGenName[G <: Global with Singleton] extends AnyRef
  6. 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]
  7. trait NirGenStat[G <: Global with Singleton] extends AnyRef
  8. trait NirGenType[G <: Global with Singleton] extends AnyRef
  9. trait NirGenUtil[G <: Global with Singleton] extends AnyRef
  10. trait NirGlobalAddons extends NirDefinitions
  11. abstract class NirPhase[G <: Global with Singleton] extends PluginComponent with NirCompat[G]
  12. abstract class NirPrimitives extends AnyRef
  13. 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.
  14. class ReflectiveInstantiationBuffer extends AnyRef
  15. 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.

  16. class ScalaNativePlugin extends Plugin

Ungrouped