Searched refs:otherDescendants (Results 1 – 1 of 1) sorted by relevance
450 Iterator<Tree> otherDescendants = descendants(other, true).iterator(); in hasSameTreeStructure() local452 if (!otherDescendants.hasNext()) in hasSameTreeStructure()454 if (thisDescendants.next().getType() != otherDescendants.next().getType()) in hasSameTreeStructure()457 return !otherDescendants.hasNext(); in hasSameTreeStructure()