ConstValue

izumi.idealingua.model.il.ast.typed.ConstValue$
See theConstValue companion trait
object ConstValue

Attributes

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

Members list

Concise view

Type members

Classlikes

final case class CBool(value: Boolean) extends ConstValue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class CFloat(value: Double) extends ConstValue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class CInt(value: Int) extends ConstValue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class CList(value: List[ConstValue]) extends ConstValue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class CLong(value: Long) extends ConstValue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class CMap(value: Map[String, ConstValue]) extends ConstValue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class CString(value: String) extends ConstValue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class CTyped(typeId: TypeId, value: ConstValue) extends Typed

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Typed
class Object
trait Matchable
class Any
final case class CTypedList(typeId: TypeId, value: CList) extends Typed

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Typed
class Object
trait Matchable
class Any
final case class CTypedObject(typeId: TypeId, value: CMap) extends Typed

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Typed
class Object
trait Matchable
class Any
sealed trait Typed extends ConstValue

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror