Relative

scala.scalanative.nir.SourceFile$.Relative
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.

Attributes

pathString

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

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
SourceFile

Attributes

Inherited from:
SourceFile

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

lazy val path: Path