GeneratedSourceVirtual

play.twirl.compiler.GeneratedSourceVirtual
case class GeneratedSourceVirtual(path: String) 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 setContent(newContent: String): Unit

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

Concrete fields

var _content: String

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