InstrumentedParts

dotty.tools.dotc.transform.InstrumentCoverage.InstrumentedParts
See theInstrumentedParts companion class

Attributes

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

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def singleExpr(invokeCall: Apply, expr: Tree): InstrumentedParts
def singleExprTree(invokeCall: Apply, expr: Tree)(using Context): Tree

Shortcut for singleExpr(call, expr).toTree

Shortcut for singleExpr(call, expr).toTree

Attributes