NestingTransformer

trait Node => Node
class Object
trait Matchable
class Any

Value members

Concrete methods

override def transform(n: Node): Seq[Node]
Definition Classes

Inherited methods

def andThen[A](g: Node => A): Node => A
Inherited from:
Function1
def apply(n: Node): Node
Inherited from:
BasicTransformer
def compose[A](g: A => Node): A => Node
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1
def transform(ns: Seq[Node]): Seq[Node]

Call transform(Node) to each node in ns, yield ns if nothing changes, otherwise a new sequence of concatenated results.

Call transform(Node) to each node in ns, yield ns if nothing changes, otherwise a new sequence of concatenated results.

Inherited from:
BasicTransformer

Call transform(Node) for each node in ns, append results to NodeBuffer.

Call transform(Node) for each node in ns, append results to NodeBuffer.

Inherited from:
BasicTransformer
protected def unchanged(n: Node, ns: Seq[Node]): Boolean
Inherited from:
BasicTransformer