Names

com.digitalasset.transcode.codegen.java.Names
object Names

Attributes

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

Members list

Value members

Concrete methods

def converter(name: String): String
def foldName[A](name: String, zero: String => A, f: (A, String) => A): A
def function(from: Type, to: Type): Type
inline def getDV[T <: DynamicValue](args: Expression*): Expression
def getterName(name: String, tpe: Type): String
def mkPair(a: Expression, b: Expression): MethodCallExpr
inline def newDV[T <: DynamicValue](args: Expression*): Expression
inline def newDescriptor[T <: Descriptor](args: Expression*): Expression
inline def refOf[T <: AnyKind]: Expression
def setterName(name: String): String
inline def typeOf[T <: AnyKind](typeArgs: Type*): ClassOrInterfaceType
def typeOf(name: String, typeArgs: Type*): ClassOrInterfaceType
def unexpectedCase: Expression

Concrete fields

val Daml: String
val Descriptor: Expression
val DynamicValue: Expression
val ENTITIES: String
val Identifiers: String
val Utils: Expression
val Variant: String
val addTemplate: String
val apply: String
val asInterface: String
val build: String
val choiceName: String
val daml: String
val descriptor: String
val enumeration: String
val from: String
val fromDynamicValue: String
val implementing: String
val length: String
val next: String
val ordinal: String
val pair: String
val record: String
val templateId: String
val to: String
val toDynamicValue: String
val value: String
val values: String
val variant: String
val variantIx: String
val variantValue: String
val withChoice: String
val withKey: String
val withRecordIterator: String