SourceFile

object SourceFile
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class Relative(pathString: String) extends SourceFile

Relative path to source file based on the workspace path. Used for providing source files defined from the local project dependencies.

Relative path to source file based on the workspace path. Used for providing source files defined from the local project dependencies.

Value parameters:
pathString

path relative to -sourceroot setting defined when compiling source - typically it's root directory of workspace

case object Virtual extends SourceFile

An abstract file without location, eg. in-memory source or generated

An abstract file without location, eg. in-memory source or generated

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror