Literal

org.finos.morphir.ir.Literal$
object Literal

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Literal.type

Members list

Type members

Classlikes

object Literal

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Literal.type
sealed trait Literal extends Product, Serializable

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes

Value members

Concrete methods

def boolLiteral(value: Boolean): Literal
def charLiteral(value: Char): Literal
def decimalLiteral(value: BigDecimal): Literal
def doubleLiteral(value: Double): Literal
def floatLiteral(value: Float): Literal
def intLiteral(value: Int): Literal
def longLiteral(value: Long): Literal
def stringLiteral(value: String): Literal