RewriteAction

laika.ast.RewriteAction
sealed trait RewriteAction[+T]

Describes the action to be performed for a particular node in the document AST.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Remove.type
class Replace[T]
object Retain.type
In this article