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