GeneratedSource

play.twirl.compiler.GeneratedSource
case class GeneratedSource(file: File, codec: Codec) extends AbstractGeneratedSource

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

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

Attributes

Inherited from:
AbstractGeneratedSource
def mapPosition(generatedPosition: Int): Int

Attributes

Inherited from:
AbstractGeneratedSource
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

lazy val lines: Seq[(Int, Int)]

Attributes

Inherited from:
AbstractGeneratedSource
lazy val matrix: Seq[(Int, Int)]

Attributes

Inherited from:
AbstractGeneratedSource
lazy val meta: Map[String, String]

Attributes

Inherited from:
AbstractGeneratedSource