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 Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ResolvedCalls.type
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Source
- ResolvedCalls.scala
- Supertypes
-
trait Serializabletrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object MethodCallInfo
Attributes
- Companion
- class
- Source
- ResolvedCalls.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
MethodCallInfo.type
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
def apply(localSummary: LocalSummary, externalSummary: ExternalSummary)(using st: SymbolTable): ResolvedCalls
Attributes
- Source
- ResolvedCalls.scala
Implicits
Implicits
Attributes
- Source
- ResolvedCalls.scala
In this article