package nscplugin
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait NirCompat[G <: Global with Singleton] extends AnyRef
- trait NirDefinitions extends AnyRef
- trait NirGenExports[G <: Global with Singleton] extends AnyRef
- trait NirGenExpr[G <: Global with Singleton] extends AnyRef
- trait NirGenFile[G <: Global with Singleton] extends AnyRef
- trait NirGenName[G <: Global with Singleton] extends AnyRef
- 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]
- trait NirGenStat[G <: Global with Singleton] extends AnyRef
- trait NirGenType[G <: Global with Singleton] extends AnyRef
- trait NirGenUtil[G <: Global with Singleton] extends AnyRef
- trait NirGlobalAddons extends NirDefinitions
- abstract class NirPhase[G <: Global with Singleton] extends PluginComponent with NirCompat[G]
- abstract class NirPrimitives extends AnyRef
- 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.
- class ReflectiveInstantiationBuffer extends AnyRef
- 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.
- class ScalaNativePlugin extends Plugin
Value Members
- object NirCompat
- object NirPrimitives
- object PrepNativeInterop
- object ReflectiveInstantiationBuffer