VirtualJavaFile

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

Attributes

Graph
Supertypes
trait Compiled
class Virtual
class Element
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Visibility
  • public
  • protected
Inherited
  • Not inherited
  • Product
  • Virtual
  • VirtualSourceFile

Members list

Concise view

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