| 程序包 | 说明 | 
|---|---|
| com.fr.common.diff.node | 
| 限定符和类型 | 类和说明 | 
|---|---|
| class  | AbstractFilteringVisitor | 
| class  | CategoryFilteringVisitor | 
| class  | NodeHierarchyVisitorPrints the hierarchy of the object graph in a human-readable form. | 
| class  | NodePathVisitor | 
| class  | PrintingVisitor | 
| class  | StateFilteringVisitor | 
| class  | ToMapPrintingVisitorThis visitor generates the same output as the  PrintingVisitor, but instead of printing it toSystem.out, it will store the messages in a Map, identified by the property path of the
 visited node. | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| void | DiffNode. visit(DiffNode.Visitor visitor)Visit this and all child nodes. | 
| protected void | DiffNode. visit(DiffNode.Visitor visitor,
     Visit visit) | 
| void | DiffNode. visitChildren(DiffNode.Visitor visitor)Visit all child nodes but not this one. | 
| void | DiffNode. visitParents(DiffNode.Visitor visitor) |