Home
last modified time | relevance | path

Searched defs:newChildren (Results 1 – 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestTrees.java309 CommonTree newChildren = (CommonTree)adaptor.nil(); in testReplaceOneWithTwoAtLeft() local
325 CommonTree newChildren = (CommonTree)adaptor.nil(); in testReplaceOneWithTwoAtRight() local
341 CommonTree newChildren = (CommonTree)adaptor.nil(); in testReplaceOneWithTwoInMiddle() local
399 CommonTree newChildren = (CommonTree)adaptor.nil(); in testReplaceAllWithTwo() local
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3basetree.c349 pANTLR3_VECTOR newChildren; // Iterator for whatever we are going to add in in replaceChildren() local
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DBaseTree.java193 List newChildren = null; in replaceChildren() local