GatherReferences

org.finos.morphir.runtime.quick.GatherReferences

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class ReferenceSet(definitions: Set[FQName], constructors: Set[FQName], types: Set[FQName])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def fromDistributionLibs(libs: Map[PackageName, Lib]): ReferenceSet
def fromDistributions(dists: Distribution*): ReferenceSet
def fromEntrySet(entrySet: ReferenceSet, dists: Distribution*): ReferenceSet
def fromLib(packageName: PackageName, lib: Lib): ReferenceSet
def loop(ir: TypedValue): ReferenceSet
def patternLoop(pattern: Pattern[UType]): ReferenceSet