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
SourceFile.type

Members list

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SourceFile
class Object
trait Matchable
class Any
Show all
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

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SourceFile
class Object
trait Matchable
class Any
Show all
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