Val

scala.scalanative.nir.Val$
See theVal companion class
object Val

Attributes

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

Members list

Type members

Classlikes

final case class ArrayValue(elemty: Type, values: Seq[Val]) extends Val

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Val
class Object
trait Matchable
class Any
Show all
object Bool extends Boolean => Val

Attributes

Supertypes
trait Boolean => Val
class Object
trait Matchable
class Any
Self type
Bool.type
final case class Byte(value: Byte) extends Val

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Val
class Object
trait Matchable
class Any
Show all
final case class Char(value: Char) extends Val

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Val
class Object
trait Matchable
class Any
Show all
final case class Chars(value: Seq[Byte]) extends Val

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Val
class Object
trait Matchable
class Any
Show all
final case class ClassOf(name: Global) extends Val

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Val
class Object
trait Matchable
class Any
Show all
final case class Const(value: Val) extends Val

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Val
class Object
trait Matchable
class Any
Show all
final case class Double(value: Double) extends Val

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Val
class Object
trait Matchable
class Any
Show all
case object False extends Val

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Val
class Object
trait Matchable
class Any
Show all
Self type
False.type
final case class Float(value: Float) extends Val

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Val
class Object
trait Matchable
class Any
Show all
final case class Global(name: Global, valty: Type) extends Val

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Val
class Object
trait Matchable
class Any
Show all
final case class Int(value: Int) extends Val

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Val
class Object
trait Matchable
class Any
Show all
final case class Local(name: Local, valty: Type) extends Val

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Val
class Object
trait Matchable
class Any
Show all
final case class Long(value: Long) extends Val

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Val
class Object
trait Matchable
class Any
Show all
case object Null extends Val

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Val
class Object
trait Matchable
class Any
Show all
Self type
Null.type
final case class Short(value: Short) extends Val

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Val
class Object
trait Matchable
class Any
Show all
final case class String(value: String) extends Val

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Val
class Object
trait Matchable
class Any
Show all
final case class StructValue(values: Seq[Val]) extends Val

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Val
class Object
trait Matchable
class Any
Show all
case object True extends Val

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Val
class Object
trait Matchable
class Any
Show all
Self type
True.type
case object Unit extends Val

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Val
class Object
trait Matchable
class Any
Show all
Self type
Unit.type
final case class Virtual(key: Long) extends Val

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Val
class Object
trait Matchable
class Any
Show all
final case class Zero(of: Type) extends Val

Attributes

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

Inherited 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