Class HashCodeVisitor

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

public class HashCodeVisitor 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.)