Node

mill.codesig.CallGraphAnalysis.Node
sealed trait Node

Represents the three types of nodes in our call graph. These are kept heterogeneous because flattening them out into a homogenous graph of MethodDef -> MethodDef edges results in a lot of duplication that bloats the size of the graph non-linearly with the size of the program

Attributes

Source
ReachabilityAnalysis.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Call
class LocalDef
In this article