WholeNumberLiteral

org.finos.morphir.ir.Literal.Literal.WholeNumberLiteral
sealed case class WholeNumberLiteral(value: Long) extends Literal

Attributes

Graph
Supertypes
trait Literal
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final def inferredType: UType

Attributes

Inherited from:
Literal
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def toRawValue: RawValue

Attributes

Inherited from:
Literal
final override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Literal -> Any
Inherited from:
Literal
final def toTypedValue(implicit ev: InferredTypeOf[Literal]): TypedValue

Attributes

Inherited from:
Literal
final def toValueDef: ValueDefinition[Unit, UType]

Attributes

Inherited from:
Literal