Home
last modified time | relevance | path

Searched defs:newChild (Results 1 – 25 of 94) sorted by relevance

1234

/external/antlr/tool/src/test/java/org/antlr/test/
DTestTrees.java244 CommonTree newChild = new CommonTree(new CommonToken(5)); in testReplaceWithNoChildren() local
254 CommonTree newChild = new CommonTree(new CommonToken(99, "c")); in testReplaceWithOneChildren() local
267 CommonTree newChild = new CommonTree(new CommonToken(99,"x")); in testReplaceInMiddle() local
280 CommonTree newChild = new CommonTree(new CommonToken(99,"x")); in testReplaceAtLeft() local
293 CommonTree newChild = new CommonTree(new CommonToken(99,"x")); in testReplaceAtRight() local
354 CommonTree newChild = new CommonTree(new CommonToken(99,"x")); in testReplaceTwoWithOneAtLeft() local
368 CommonTree newChild = new CommonTree(new CommonToken(99,"x")); in testReplaceTwoWithOneAtRight() local
382 CommonTree newChild = new CommonTree(new CommonToken(99,"x")); in testReplaceAllWithOne() local
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemComment.java103 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild()
DElemApplyImport.java102 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild()
DElemText.java129 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild()
DElemChoose.java134 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild()
DElemAttributeSet.java144 public ElemTemplateElement appendChildElem(ElemTemplateElement newChild) in appendChildElem()
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DANoopCommand.java41 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DANoopExpression.java41 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DAOptimizedMultipleCommand.java40 void replaceChild(Node oldChild, Node newChild) { in replaceChild()
DAHexNumberVariable.java83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DAMultipleCommand.java78 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DANotExpression.java83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DANegativeExpression.java83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DANameVariable.java83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DAVariableExpression.java83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DADecimalExpression.java83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DADataCommand.java83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DADecNumberVariable.java83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DAHexExpression.java83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DACsOpenPosition.java83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DANumericExpression.java83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DAExistsExpression.java83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DASequenceExpression.java78 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DAStringExpression.java83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DToken.java55 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()

1234