ToString

org.finos.morphir.ir.TypeModule.Type$.Folder$.ToString$
object ToString extends Folder[Any, Any, String]

Attributes

Graph
Supertypes
trait Folder[Any, Any, String]
class Object
trait Matchable
class Any
Self type
ToString.type

Members list

Value members

Concrete methods

def extensibleRecordCase(context: Any, tpe: Type[Any], attributes: Any, name: Name, fields: Chunk[Field[String]]): String
def functionCase(context: Any, tpe: Type[Any], attributes: Any, argumentType: String, returnType: String): String
def recordCase(context: Any, tpe: Type[Any], attributes: Any, fields: Chunk[Field[String]]): String
def referenceCase(context: Any, tpe: Type[Any], attributes: Any, typeName: FQName, typeParams: Chunk[String]): String
def tupleCase(context: Any, tpe: Type[Any], attributes: Any, elements: Chunk[String]): String
def unitCase(context: Any, tpe: Type[Any], attributes: Any): String
def variableCase(context: Any, tpe: Type[Any], attributes: Any, name: Name): String