GeneratedSource

case class GeneratedSource(file: File, codec: Codec) extends AbstractGeneratedSource
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def content: String
def needRecompilation(imports: Seq[String]): Boolean
def source: Option[File]
def sync(): Unit
def toSourcePosition(marker: Int): (Int, Int)

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

Inherited fields

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