/aosp_15_r20/external/antlr/runtime/Python/antlr3/ |
H A D | tree.py | 189 def replaceChildren(self, startChildIndex, stopChildIndex, t): argument 583 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): argument 793 def replaceChildren(self, startChildIndex, stopChildIndex, newTree): argument 1616 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): argument 1736 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): argument 2087 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): argument
|
/aosp_15_r20/external/antlr/runtime/Python3/antlr3/ |
H A D | tree.py | 189 def replaceChildren(self, startChildIndex, stopChildIndex, t): argument 583 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): argument 789 def replaceChildren(self, startChildIndex, stopChildIndex, newTree): argument 1607 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): argument 1727 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): argument 2074 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): argument
|
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
H A D | ITreeNodeStream.cs | 132 void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object t); in ReplaceChildren()
|
H A D | ITree.cs | 106 void ReplaceChildren(int startChildIndex, int stopChildIndex, object t); in ReplaceChildren()
|
H A D | CommonTreeNodeStream.cs | 190 …public virtual void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object… in ReplaceChildren()
|
H A D | CommonTreeAdaptor.cs | 212 …public override void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, objec… in ReplaceChildren()
|
H A D | BaseTree.cs | 264 public virtual void ReplaceChildren(int startChildIndex, int stopChildIndex, object t) { in ReplaceChildren()
|
H A D | ITreeAdaptor.cs | 322 void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object t); in ReplaceChildren()
|
H A D | BufferedTreeNodeStream.cs | 463 …public virtual void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object… in ReplaceChildren()
|
H A D | BaseTreeAdaptor.cs | 315 …public abstract void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, objec… in ReplaceChildren()
|
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
H A D | TreeNodeStream.java | 112 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t); in replaceChildren()
|
H A D | Tree.java | 91 public void replaceChildren(int startChildIndex, int stopChildIndex, Object t); in replaceChildren()
|
H A D | CommonTreeAdaptor.java | 180 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t) { in replaceChildren()
|
H A D | CommonTreeNodeStream.java | 218 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t) { in replaceChildren()
|
H A D | BaseTree.java | 194 public void replaceChildren(int startChildIndex, int stopChildIndex, Object t) { in replaceChildren()
|
H A D | TreeAdaptor.java | 262 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t); in replaceChildren()
|
H A D | BufferedTreeNodeStream.java | 405 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t) { in replaceChildren()
|
/aosp_15_r20/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/ |
H A D | CommonTreeAdaptor.js | 166 replaceChildren: function(parent, startChildIndex, stopChildIndex, t) { argument
|
H A D | BaseTree.js | 131 replaceChildren: function(startChildIndex, stopChildIndex, t) { argument
|
H A D | CommonTreeNodeStream.js | 305 replaceChildren: function(parent, startChildIndex, stopChildIndex, t) { argument
|
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
H A D | DebugTreeNodeStream.cs | 175 …public virtual void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object… in ReplaceChildren()
|
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
H A D | DebugTreeNodeStream.java | 166 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t) { in replaceChildren()
|
/aosp_15_r20/external/antlr/runtime/Cpp/include/ |
H A D | antlr3commontreenodestream.inl | 227 ANTLR_INT32 stopChildIndex,
|
H A D | antlr3commontree.inl | 171 …Tree<ImplTraits>::replaceChildren(ANTLR_INT32 startChildIndex, ANTLR_INT32 stopChildIndex, TreeTyp…
|
/aosp_15_r20/external/antlr/runtime/C/src/ |
H A D | antlr3basetree.c | 343 …dren (pANTLR3_BASE_TREE parent, ANTLR3_INT32 startChildIndex, ANTLR3_INT32 stopChildIndex, pANTLR… in replaceChildren()
|