LinktimeIf

scala.scalanative.nir.Inst$.LinktimeIf
final case class LinktimeIf(cond: LinktimeCondition, thenp: Next, elsep: Next)(implicit pos: SourcePosition) extends LinktimeCf

Attributes

Graph
Supertypes
trait Product
trait Equals
class Cf
class Inst
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final def show: String

Attributes

Inherited from:
Inst

Implicits

Implicits

implicit val pos: SourcePosition

Returns the site in the program sources corresponding to the definition.

Returns the site in the program sources corresponding to the definition.

Attributes