Literal

org.finos.morphir.ir.Literal$.Literal$
See theLiteral companion trait
object Literal

Attributes

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

Members list

Type members

Classlikes

final case class BoolLiteral(value: Boolean) extends Literal

Attributes

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

Attributes

Supertypes
trait Literal
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class DecimalLiteral(value: BigDecimal) extends Literal

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
trait Literal
trait Serializable
trait Product
trait Equals
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
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror