Class EqualsVisitor

  • All Implemented Interfaces:
    GenericVisitor<java.lang.Boolean,​Visitable>

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