Home
last modified time | relevance | path

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

12

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DITreeNodeStream.cs132 void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object t); in ReplaceChildren()
DITree.cs106 void ReplaceChildren(int startChildIndex, int stopChildIndex, object t); in ReplaceChildren()
DCommonTreeNodeStream.cs190 …public virtual void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object… in ReplaceChildren()
DCommonTreeAdaptor.cs212 …public override void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, objec… in ReplaceChildren()
DBaseTree.cs264 public virtual void ReplaceChildren(int startChildIndex, int stopChildIndex, object t) { in ReplaceChildren()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
DITreeNodeStream`1.cs138 void ReplaceChildren(T parent, int startChildIndex, int stopChildIndex, T t); in ReplaceChildren()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DITreeNodeStream.cs141 void ReplaceChildren( object parent, int startChildIndex, int stopChildIndex, object t ); in ReplaceChildren()
DITree.cs111 void ReplaceChildren( int startChildIndex, int stopChildIndex, object t ); in ReplaceChildren()
DCommonTreeNodeStream.cs277 …public virtual void ReplaceChildren( object parent, int startChildIndex, int stopChildIndex, objec… in ReplaceChildren()
DBaseTree.cs337 public virtual void ReplaceChildren( int startChildIndex, int stopChildIndex, object t ) in ReplaceChildren()
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeNodeStream.java112 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t); in replaceChildren()
DTree.java91 public void replaceChildren(int startChildIndex, int stopChildIndex, Object t); in replaceChildren()
DCommonTreeAdaptor.java180 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t) { in replaceChildren()
DCommonTreeNodeStream.java218 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t) { in replaceChildren()
DBaseTree.java194 public void replaceChildren(int startChildIndex, int stopChildIndex, Object t) { in replaceChildren()
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
DCommonTreeAdaptor.js166 replaceChildren: function(parent, startChildIndex, stopChildIndex, t) { argument
DBaseTree.js131 replaceChildren: function(startChildIndex, stopChildIndex, t) { argument
DCommonTreeNodeStream.js305 replaceChildren: function(parent, startChildIndex, stopChildIndex, t) { argument
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeNodeStream.cs175 …public virtual void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object… in ReplaceChildren()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugTreeNodeStream.cs206 …public virtual void ReplaceChildren( object parent, int startChildIndex, int stopChildIndex, objec… in ReplaceChildren()
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/
DDebugTreeNodeStream.java166 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t) { in replaceChildren()
/external/antlr/runtime/Cpp/include/
Dantlr3commontreenodestream.inl227 ANTLR_INT32 stopChildIndex,
/external/antlr/runtime/C/src/
Dantlr3basetree.c343 …dren (pANTLR3_BASE_TREE parent, ANTLR3_INT32 startChildIndex, ANTLR3_INT32 stopChildIndex, pANTLR… in replaceChildren()
/external/antlr/runtime/Python3/antlr3/
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
/external/antlr/runtime/Python/antlr3/
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

12