Home
last modified time | relevance | path

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

/external/antlr/tool/src/main/java/org/antlr/tool/
DGrammarAST.java451 Iterator<Tree> otherDescendants = descendants(other, true).iterator(); in hasSameTreeStructure() local
453 if (!otherDescendants.hasNext()) in hasSameTreeStructure()
455 if (thisDescendants.next().getType() != otherDescendants.next().getType()) in hasSameTreeStructure()
458 return !otherDescendants.hasNext(); in hasSameTreeStructure()