Literal

org.finos.morphir.universe.ir.Literal.Literal
object Literal

Attributes

Graph
Supertypes
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