Replace

case class Replace[T](newValue: T) extends RewriteAction[T]

Indicates that the element a rewrite rule had been applied to should be replaced with this new value.

trait Serializable
trait Product
trait Equals
trait RewriteAction[T]
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product