Link

object Link
class Object
trait Matchable
class Any
Link.type

Value members

Concrete methods

def apply(config: Config, entries: Seq[Global])(implicit scope: Scope): ReachabilityAnalysis

Load all clases and methods reachable from the entry points.

Load all clases and methods reachable from the entry points.

def apply(config: Config, entries: Seq[Global], defns: Seq[Defn]): ReachabilityAnalysis

Run reachability analysis on already loaded methods.

Run reachability analysis on already loaded methods.