VirtualSourceFile

sealed abstract class VirtualSourceFile extends Virtual
class Virtual
class Element
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
def content: Array[Byte]
Inherited from:
Virtual
def productArity: Int
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
def productElementName(n: Int): String
Inherited from:
Product
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def productPrefix: String
Inherited from:
Product
def scopePath: ScopePath
Inherited from:
Virtual
def source: String
Inherited from:
Virtual
def subPath: SubPath
Inherited from:
Virtual