GeneratedSourceVirtual

case class GeneratedSourceVirtual(path: String) extends AbstractGeneratedSource
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def content: String
def setContent(newContent: String): Unit

Inherited methods

def mapLine(generatedLine: Int): Int
def mapPosition(generatedPosition: Int): Int
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

var _content: String

Inherited fields

lazy val lines: Seq[(Int, Int)]
lazy val matrix: Seq[(Int, Int)]
lazy val meta: Map[String, String]