VirtualScript

scala.build.input.VirtualScript
See theVirtualScript companion object
final case class VirtualScript(content: Array[Byte], source: String, wrapperPath: SubPath) extends VirtualSourceFile with AnyScalaFile with AnyScript

Attributes

Companion:
object
Graph
Supertypes
trait AnyScript
trait Compiled
class Virtual
class Element
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

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