Next

scala.scalanative.nir.Next
See theNext companion class
object Next

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Next.type

Members list

Type members

Classlikes

final case class Case(value: Val, next: Next) extends Next

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Next
class Object
trait Matchable
class Any
Show all
final case class Label(name: Local, args: Seq[Val]) extends Next

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Next
class Object
trait Matchable
class Any
Show all
case object None extends Next

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Next
class Object
trait Matchable
class Any
Show all
Self type
None.type
final case class Unwind(exc: Local, next: Next) extends Next

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Next
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def Case(value: Val, name: Local): Case
def apply(name: Local): Label