Searched refs:HashCodeVisitor (Results 1 – 4 of 4) sorted by relevance
38 public class HashCodeVisitor implements GenericVisitor<Integer, Void> { class40 private static final HashCodeVisitor SINGLETON = new HashCodeVisitor();42 private HashCodeVisitor() { in HashCodeVisitor() method in HashCodeVisitor
36 import com.github.javaparser.ast.visitor.HashCodeVisitor;293 return HashCodeVisitor.hashCode(this); in hashCode()
110 HashCodeVisitor visitor = new HashCodeVisitor(); in hashCode()118 int hashCode(HashCodeVisitor visitor) { in hashCode()1811 private static class HashCodeVisitor implements Visitor { class in GeneratedMessageLite
347 …alsVisitor`, `VoidVisitorAdapter`, `VoidVisitor`, `GenericVisitor`, `HashCodeVisitor`, `CloneVisit…