/external/antlr/tool/src/test/java/org/antlr/test/ |
D | TestTrees.java | 244 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/ |
D | ElemComment.java | 103 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild()
|
D | ElemApplyImport.java | 102 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild()
|
D | ElemText.java | 129 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild()
|
D | ElemChoose.java | 134 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild()
|
D | ElemAttributeSet.java | 144 public ElemTemplateElement appendChildElem(ElemTemplateElement newChild) in appendChildElem()
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
D | ANoopCommand.java | 41 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | ANoopExpression.java | 41 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | AOptimizedMultipleCommand.java | 40 void replaceChild(Node oldChild, Node newChild) { in replaceChild()
|
D | AHexNumberVariable.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | AMultipleCommand.java | 78 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | ANotExpression.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | ANegativeExpression.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | ANameVariable.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | AVariableExpression.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | ADecimalExpression.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | ADataCommand.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | ADecNumberVariable.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | AHexExpression.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | ACsOpenPosition.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | ANumericExpression.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | AExistsExpression.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | ASequenceExpression.java | 78 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | AStringExpression.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | Token.java | 55 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|