Beispiel #1
0
 private boolean compareChildren(ParentExprNode node) {
   return pairwise().equivalent(node.getChildren(), ((ParentExprNode) other).getChildren());
 }
Beispiel #2
0
 private int hashChildren(ParentExprNode node) {
   return pairwise().hash(node.getChildren());
 }