IR

org.finos.morphir.IR
See theIR companion object
final case class IR(valueSpecifications: Map[FQName, Raw], valueDefinitions: Map[FQName, Typed], typeSpecifications: Map[FQName, Specification[Any]], typeConstructors: Map[FQName, TypeConstructorInfo])

Attributes

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

Members list

Value members

Concrete methods

final def lookupTypeConstructor(fqName: FQName): Option[TypeConstructorInfo]
final def lookupTypeSpecification(fqName: FQName): Option[Specification[Any]]
def resolveAliases(fqName: FQName): FQName

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product