VirtualScalaFile

scala.build.input.VirtualScalaFile
final case class VirtualScalaFile(content: Array[Byte], source: String) extends VirtualSourceFile, AnyScalaFile

Attributes

Graph
Supertypes
trait AnyScalaFile
trait Compiled
class Virtual
class Element
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Inherited methods

protected def generatedSourceFileName(fileSuffix: String): String

Attributes

Inherited from:
VirtualSourceFile
def isSnippet: Boolean

Attributes

Inherited from:
VirtualSourceFile
def isStdin: Boolean

Attributes

Inherited from:
VirtualSourceFile
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def scopePath: ScopePath

Attributes

Inherited from:
Virtual
def subPath: SubPath

Attributes

Inherited from:
Virtual