PathResolver

dotty.tools.dotc.config.PathResolver$
See thePathResolver companion class
object PathResolver

Attributes

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

Members list

Type members

Classlikes

object Defaults

Default values based on those in Environment as interpreted according to the path resolution specification.

Default values based on those in Environment as interpreted according to the path resolution specification.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Defaults.type
object Environment

Values found solely by inspecting environment or property variables.

Values found solely by inspecting environment or property variables.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def fromPathString(path: String)(using Context): ClassPath
def main(args: Array[String]): Unit

Show values in Environment and Defaults when no argument is provided. Otherwise, show values in Calculated as if those options had been given to a scala runner.

Show values in Environment and Defaults when no argument is provided. Otherwise, show values in Calculated as if those options had been given to a scala runner.

Attributes

Map all classpath elements to absolute paths and reconstruct the classpath.

Map all classpath elements to absolute paths and reconstruct the classpath.

Attributes

def ppcp(s: String): String

pretty print class path

pretty print class path

Attributes