InstrumentCoverage

dotty.tools.dotc.transform.InstrumentCoverage$
See theInstrumentCoverage companion class

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class InstrumentedParts(pre: List[Tree], invokeCall: Apply | Thicket, expr: Tree)

An instrumented Tree, in 3 parts.

An instrumented Tree, in 3 parts.

Attributes

expr

the instrumented expression, executed just after the invokeCall

invokeCall

call to Invoker.invoked(dir, id), or an empty tree.

pre

preparation code, e.g. lifted arguments. May be empty.

Companion:
object
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Value members