InMemory

scala.build.preprocessing.PreprocessedSource$.InMemory
final case class InMemory(originalPath: Either[String, (SubPath, Path)], relPath: RelPath, code: String, ignoreLen: Int, options: Option[BuildOptions], requirements: Option[BuildRequirements], scopedRequirements: Seq[Scoped[BuildRequirements]], mainClassOpt: Option[String], scopePath: ScopePath, directivesPositions: Option[DirectivesPositions]) extends PreprocessedSource

Attributes

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

Members list

Concise view

Value members

Concrete methods

def reportingPath: Either[String, Path]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product