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

sealed 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
sealed 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
sealed 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
sealed 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 class LiteralInterpolator(val sc: StringContext) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
sealed 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
sealed 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

Value members

Concrete methods

def boolean(value: Boolean): Literal
def char(value: Char): Literal
def decimal(value: BigDecimal): Literal
def decimal(value: BigDecimal): Literal
def double(value: Double): Literal
def float(value: Double): Literal
def float(value: Float): Literal
def int(value: Int): Literal
def long(value: Long): Literal
def string(value: String): Literal
def wholeNumber(value: Long): Literal

Concrete fields

final lazy val False: TypedValue
final lazy val True: TypedValue

Implicits

Implicits