scala.scalanative.nir.SourceFile$
See theSourceFile companion trait
object SourceFile
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- 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 Serializabletrait Producttrait Equalstrait SourceFileclass Objecttrait Matchableclass AnyShow 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 Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait SourceFileclass Objecttrait Matchableclass AnyShow all
- Self type
-
Virtual.type
Inherited types
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
In this article