t
com.digitalasset.canton.daml.lf.value.json
NavigatorModelAliases
Companion object NavigatorModelAliases
trait NavigatorModelAliases[Cid] extends AnyRef
Aliases used by navigator's Scala backend, from which this package was derived.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- NavigatorModelAliases
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type ApiRecord = ValueRecord
- type ApiValue = Value
- type DamlLfDataType = DataType[Type, Type]
A user-defined Daml-LF type (closed form).
A user-defined Daml-LF type (closed form). Can be a record or variant.
- type DamlLfDefDataType = DefDataType[Type, Type]
A user-defined Daml-LF type (generic form).
A user-defined Daml-LF type (generic form). Can be a record or variant.
- type DamlLfEnum = Enum
A user-defined Daml-LF enum
- type DamlLfIdentifier = Identifier
An absolute reference of a Daml-LF entity.
An absolute reference of a Daml-LF entity. Contains a Daml-LF package ID and a qualified name. Currently, such identifiers can point to:
- Templates
- User-defined records
- User-defined variants
- type DamlLfPrimType = PrimType
- type DamlLfRecord = Record[Type]
A user-defined Daml-LF record
- type DamlLfType = Type
A simple Daml-LF type Currently, these can be:
A simple Daml-LF type Currently, these can be:
- Primitive types
- Type constructor applications (i.e., dereferencing a DamlLfIdentifier)
- Type variables
- type DamlLfTypeCon = TypeCon
- type DamlLfTypeConName = TypeConName
- type DamlLfTypeLookup = (DamlLfIdentifier) => Option[DamlLfDefDataType]
- type DamlLfTypeNumeric = TypeNumeric
- type DamlLfTypePrim = TypePrim
- type DamlLfTypeVar = TypeVar
- type DamlLfVariant = Variant[Type]
A user-defined Daml-LF variant
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val DamlLfDataType: DataType.type
- val DamlLfEnum: Enum.type
- val DamlLfIdentifier: Identifier.type
- val DamlLfPrimType: PrimType.type
- val DamlLfRecord: Record.type
- val DamlLfTypeCon: TypeCon.type
- val DamlLfTypeConName: TypeConName.type
- val DamlLfTypeNumeric: TypeNumeric.type
- val DamlLfTypePrim: TypePrim.type
- val DamlLfTypeVar: TypeVar.type
- val DamlLfVariant: Variant.type
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])