Replace

laika.ast.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.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait RewriteAction[T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product