Class ObjectIdentityHashCodeVisitor

java.lang.Object
com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
All Implemented Interfaces:
GenericVisitor<Integer,​Void>

public class ObjectIdentityHashCodeVisitor extends Object implements GenericVisitor<Integer,​Void>
A visitor that calculates a deep hash code for a node by using the hash codes of all its properties, and the hash codes of all its child nodes (by visiting those too.)