Home
last modified time | relevance | path

Searched refs:otherDescendants (Results 1 – 1 of 1) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammarAST.java450 Iterator<Tree> otherDescendants = descendants(other, true).iterator(); in hasSameTreeStructure() local
452 if (!otherDescendants.hasNext()) in hasSameTreeStructure()
454 if (thisDescendants.next().getType() != otherDescendants.next().getType()) in hasSameTreeStructure()
457 return !otherDescendants.hasNext(); in hasSameTreeStructure()