| Package | Description |
|---|---|
| de.danielbechler.diff.node | |
| de.danielbechler.diff.visitor |
| Modifier and Type | Method and Description |
|---|---|
void |
Node.visit(Node.Visitor visitor)
Visit this and all child nodes.
|
void |
DefaultNode.visit(Node.Visitor visitor) |
protected void |
DefaultNode.visit(Node.Visitor visitor,
Visit visit) |
void |
Node.visitChildren(Node.Visitor visitor)
Visit all child nodes but not this one.
|
void |
DefaultNode.visitChildren(Node.Visitor visitor) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFilteringVisitor |
class |
CategoryFilteringVisitor |
class |
NodeHierarchyVisitor
Prints the hierarchy of the object graph in a human-readable form.
|
class |
PrintingVisitor |
class |
PropertyVisitor |
class |
StateFilteringVisitor |
class |
ToMapPrintingVisitor
This visitor generates the same output as the
PrintingVisitor, but instead of printing it to
System.out, it will store the messages in a Map, identified by the property path of the
visited node. |
Copyright © 2012. All Rights Reserved.