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.

Value parameters

pathString

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SourceFile
class Object
trait Matchable
class Any
Show all

Members list

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