scala.scalanative.nscplugin
package scala.scalanative.nscplugin
Members list
Type members
Classlikes
Attributes
- Supertypes
object GenNIR
Attributes
- Supertypes
- Known subtypes
-
class NirCodeGen
- Self type
object GenReflectiveInstantisation
Attributes
- Companion
- trait
- Supertypes
- Self type
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
class NirCodeGen
- Self type
class NirCodeGen(val settings: Settings)(using ctx: Context) extends NirGenStat, NirGenExpr, NirGenType, NirGenName, NirGenUtil, GenReflectiveInstantisation, GenNativeExports
Attributes
- Supertypes
-
trait GenNativeExportstrait NirGenUtiltrait NirGenNametrait NirGenTypetrait NirGenExprtrait NirGenStatclass Objecttrait Matchableclass AnyShow all
object NirDefinitions
Attributes
- Companion
- class
- Supertypes
- Self type
-
NirDefinitions.type
Attributes
- Supertypes
- Known subtypes
-
class NirCodeGen
- Self type
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
class NirCodeGen
- Self type
object NirGenName
Attributes
- Companion
- trait
- Supertypes
- Self type
-
NirGenName.type
Attributes
- Supertypes
- Known subtypes
-
class NirCodeGen
- Self type
Attributes
- Supertypes
- Known subtypes
-
class NirCodeGen
- Self type
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
class NirCodeGen
- Self type
object NirGenUtil
Attributes
- Companion
- trait
- Supertypes
- Self type
-
NirGenUtil.type
Attributes
- Supertypes
object NirPrimitives
Attributes
- Companion
- class
- Supertypes
- Self type
-
NirPrimitives.type
class NirPrimitives(using ctx: Context) extends DottyPrimitives
object PostInlineNativeInterop
This phase does:
This phase does:
- handle TypeApply -> Apply conversion for intrinsic methods
Attributes
- Companion
- class
- Supertypes
- Self type
class PostInlineNativeInterop extends PluginPhase
object PrepNativeInterop
This phase does:
This phase does:
- Rewrite calls to scala.Enumeration.Value (include name string) (Ported from ScalaJS and Scala 2 Native compiler plugin)
Attributes
- Companion
- class
- Supertypes
- Self type
-
PrepNativeInterop.type
class PrepNativeInterop extends PluginPhase
class ScalaNativePlugin extends StandardPlugin
Attributes
- Supertypes
In this article