Context

org.finos.morphir.runtime.TypeChecker.Context
See theContext companion object
case class Context(typeBindings: Map[Name, UType], depth: Int, prefix: String)

Attributes

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

Members list

Value members

Concrete methods

def getTypeVariable(name: Name): Option[UType]
def withDepth(depth: Int): Context
def withPrefix(prefix: String): Context
def withTypeBindings(typeBindings: Map[Name, UType]): Context

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product