Throw

scala.scalanative.nir.Inst$.Throw
final case class Throw(value: Val, unwind: Next)(implicit pos: SourcePosition) extends Cf

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Cf
class Inst
trait Positioned
class Object
trait Matchable
class Any
Show all

Members list

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