Literal

morphir.ir.Literal
object Literal

Generated based on IR.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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Value members

Concrete methods

def boolLiteral(value: Bool): Literal
def charLiteral(value: Char): Literal
def floatLiteral(value: Float): Literal
def intLiteral(value: Int): Literal
def stringLiteral(value: String): Literal

Concrete fields

val BoolLiteral: BoolLiteral.type
val CharLiteral: CharLiteral.type
val DecimalLiteral: DecimalLiteral.type
val FloatLiteral: FloatLiteral.type
val StringLiteral: StringLiteral.type
val WholeNumberLiteral: WholeNumberLiteral.type