HomeSort by relevance Sort by last modified time
    Searched full:thisdescendants (Results 1 - 1 of 1) sorted by null

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarAST.java 449 Iterator<Tree> thisDescendants = descendants(this, true).iterator();
451 while (thisDescendants.hasNext()) {
454 if (thisDescendants.next().getType() != otherDescendants.next().getType())

Completed in 327 milliseconds