ResolvedCalls

mill.codesig.ResolvedCalls
See theResolvedCalls companion class
object ResolvedCalls

Traverses the call graph and inheritance hierarchy summaries produced by LocalSummary and ExternalSummary to resolve method calls to their potential destinations and compute transitive properties of the call graph

Attributes

Companion
class
Source
ResolvedCalls.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class MethodCallInfo(localDests: Set[MethodDef], externalDests: Set[Cls])

Attributes

Companion
object
Source
ResolvedCalls.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ResolvedCalls.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def apply(localSummary: LocalSummary, externalSummary: ExternalSummary)(using st: SymbolTable): ResolvedCalls

Attributes

Source
ResolvedCalls.scala

Implicits

Implicits

implicit def rw(using st: SymbolTable): ReadWriter[ResolvedCalls]

Attributes

Source
ResolvedCalls.scala