RewriteAction

sealed trait RewriteAction[+T]

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

class Object
trait Matchable
class Any
object Remove.type
class Replace[T]
object Retain.type