VirtualSourceFile

scala.build.input.VirtualSourceFile
sealed abstract class VirtualSourceFile extends Virtual

Attributes

Graph
Supertypes
class Virtual
class Element
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Concrete methods

protected def generatedSourceFileName(fileSuffix: String): String
def isSnippet: Boolean
def isStdin: Boolean

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def content: Array[Byte]

Attributes

Inherited from:
Virtual
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product
def scopePath: ScopePath

Attributes

Inherited from:
Virtual
def source: String

Attributes

Inherited from:
Virtual
def subPath: SubPath

Attributes

Inherited from:
Virtual