All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.scalanative.nscplugin.NirPhase.scala Maven / Gradle / Ivy

package scala.scalanative.nscplugin

import scala.tools.nsc.Global
import scala.tools.nsc.plugins.PluginComponent

abstract class NirPhase[G <: Global with Singleton](val global: G)
    extends PluginComponent
    with NirCompat[G] {

  /** Not for use in the constructor body: only initialized afterwards. */
  val nirAddons: NirGlobalAddons {
    val global: NirPhase.this.global.type
  }
  val scalaNativeOpts: ScalaNativeOptions

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy