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

Type members

Classlikes

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

An instrumented Tree, in 3 parts.

An instrumented Tree, in 3 parts.

Value parameters

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.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

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

Value members

Concrete fields

val name: String