ExternalSummary

mill.codesig.ExternalSummary
See theExternalSummary companion class

Walks the inheritance hierarchy of all classes that we extend in user code but are defined externally, in order to discover all methods defined on those external classes that have the potential to be over-ridden by user-defined classes

Attributes

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

Members list

Type members

Classlikes

class MyClassVisitor(using st: SymbolTable) extends ClassVisitor

Attributes

Source
ExternalSummary.scala
Supertypes
class ClassVisitor
class Object
trait Matchable
class Any

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, upstreamClasspath: Seq[Path])(using st: SymbolTable): ExternalSummary

Attributes

Source
ExternalSummary.scala

Implicits

Implicits

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

Attributes

Source
ExternalSummary.scala