Home
last modified time | relevance | path

Searched defs:stopChildIndex (Results 1 – 25 of 37) sorted by relevance

12

/aosp_15_r20/external/antlr/runtime/Python/antlr3/
H A Dtree.py189 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 Dtree.py189 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 DITreeNodeStream.cs132 void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object t); in ReplaceChildren()
H A DITree.cs106 void ReplaceChildren(int startChildIndex, int stopChildIndex, object t); in ReplaceChildren()
H A DCommonTreeNodeStream.cs190 …public virtual void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object… in ReplaceChildren()
H A DCommonTreeAdaptor.cs212 …public override void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, objec… in ReplaceChildren()
H A DBaseTree.cs264 public virtual void ReplaceChildren(int startChildIndex, int stopChildIndex, object t) { in ReplaceChildren()
H A DITreeAdaptor.cs322 void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object t); in ReplaceChildren()
H A DBufferedTreeNodeStream.cs463 …public virtual void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object… in ReplaceChildren()
H A DBaseTreeAdaptor.cs315 …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 DTreeNodeStream.java112 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t); in replaceChildren()
H A DTree.java91 public void replaceChildren(int startChildIndex, int stopChildIndex, Object t); in replaceChildren()
H A DCommonTreeAdaptor.java180 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t) { in replaceChildren()
H A DCommonTreeNodeStream.java218 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t) { in replaceChildren()
H A DBaseTree.java194 public void replaceChildren(int startChildIndex, int stopChildIndex, Object t) { in replaceChildren()
H A DTreeAdaptor.java262 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t); in replaceChildren()
H A DBufferedTreeNodeStream.java405 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 DCommonTreeAdaptor.js166 replaceChildren: function(parent, startChildIndex, stopChildIndex, t) { argument
H A DBaseTree.js131 replaceChildren: function(startChildIndex, stopChildIndex, t) { argument
H A DCommonTreeNodeStream.js305 replaceChildren: function(parent, startChildIndex, stopChildIndex, t) { argument
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTreeNodeStream.cs175 …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 DDebugTreeNodeStream.java166 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t) { in replaceChildren()
/aosp_15_r20/external/antlr/runtime/Cpp/include/
H A Dantlr3commontreenodestream.inl227 ANTLR_INT32 stopChildIndex,
H A Dantlr3commontree.inl171 …Tree<ImplTraits>::replaceChildren(ANTLR_INT32 startChildIndex, ANTLR_INT32 stopChildIndex, TreeTyp…
/aosp_15_r20/external/antlr/runtime/C/src/
H A Dantlr3basetree.c343 …dren (pANTLR3_BASE_TREE parent, ANTLR3_INT32 startChildIndex, ANTLR3_INT32 stopChildIndex, pANTLR… in replaceChildren()

12