dotty.tools.dotc.coverage.Location
See theLocation companion object
Information about the location of a coverable piece of code.
Value parameters
- className
-
name of the closest enclosing class
- classType
-
"type" of the closest enclosing class: Class, Trait or Object
- fullClassName
-
fully qualified name of the closest enclosing class
- methodName
-
name of the closest enclosing method
- packageName
-
name of the enclosing package
- sourcePath
-
absolute path of the source file
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article