dotty.tools.dotc.transform.InstrumentCoverage.InstrumentedParts
See theInstrumentedParts companion object
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
- Graph
-
- Supertypes
Members list
In this article