Class EqualsVisitor

java.lang.Object
com.github.javaparser.ast.visitor.EqualsVisitor
All Implemented Interfaces:
GenericVisitor<Boolean,Visitable>

public class EqualsVisitor extends Object implements GenericVisitor<Boolean,Visitable>
A visitor that calculates deep node equality by comparing all properties and child nodes of the node.