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