SourceFile

scala.scalanative.nir.SourceFile$
See theSourceFile companion trait
object SourceFile

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

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.

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
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

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Virtual.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror