scala.scalanative.nscplugin
package scala.scalanative.nscplugin
Type members
Classlikes
class NirCodeGen(val settings: Settings)(using ctx: Context) extends NirGenStat with NirGenExpr with NirGenType with NirGenName with NirGenUtil with GenReflectiveInstantisation
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)
- Companion:
- class