Render

laika.ast.RewritePhase$.Render
See theRender companion object
case class Render(context: OutputContext) extends RewritePhase

Represents the final rewrite phase before rendering.

This phase is specific to the output format and therefore the only phase type that is parameterized. By default all directives and all rewrite rules that do have access to a document cursor run in this phase to ensure that their cursor represents a state that is close to the final AST passed to the renderer.

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product