Home
last modified time | relevance | path

Searched defs:replaceChildren (Results 1 – 24 of 24) sorted by relevance

/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() method
DTree.java91 public void replaceChildren(int startChildIndex, int stopChildIndex, Object t); in replaceChildren() method
DCommonTreeAdaptor.java180 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t) { in replaceChildren() method in CommonTreeAdaptor
DCommonTreeNodeStream.java218 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t) { in replaceChildren() method in CommonTreeNodeStream
DBaseTree.java194 public void replaceChildren(int startChildIndex, int stopChildIndex, Object t) { in replaceChildren() method in BaseTree
DTreeAdaptor.java262 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t); in replaceChildren() method
DBufferedTreeNodeStream.java405 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t) { in replaceChildren() method in BufferedTreeNodeStream
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
DCommonTreeAdaptor.js166 replaceChildren: function(parent, startChildIndex, stopChildIndex, t) { method
DCommonTreeNodeStream.js305 replaceChildren: function(parent, startChildIndex, stopChildIndex, t) { method
/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() method in DebugTreeNodeStream
DDebugTreeAdaptor.java264 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t) { in replaceChildren() method in DebugTreeAdaptor
/external/antlr/runtime/Cpp/include/
Dantlr3commontreenodestream.inl225 void CommonTreeNodeStream<ImplTraits>::replaceChildren(TreeType* parent, function in CommonTreeNodeStream
Dantlr3commontree.inl171 void CommonTree<ImplTraits>::replaceChildren(ANTLR_INT32 startChildIndex, ANTLR_INT32 stopChildInde… function in CommonTree
Dantlr3commontreeadaptor.inl454 void CommonTreeAdaptor<ImplTraits>::replaceChildren( TreeType* parent, ANTLR_INT32 startChildIndex,… function in CommonTreeAdaptor
/external/antlr/runtime/C/include/
Dantlr3basetree.h91 …void (*replaceChildren) (struct ANTLR3_BASE_TREE_struct * parent, ANTLR3_INT32 startChildIndex… member
Dantlr3basetreeadaptor.h142 …void (*replaceChildren) (struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor, void * parent, ANT… member
Dantlr3commontreenodestream.h139 …void (*replaceChildren) (struct ANTLR3_TREE_NODE_STREAM_struct * tns, pANTLR3_BASE_TREE pa… member
/external/antlr/runtime/C/src/
Dantlr3basetree.c343 replaceChildren (pANTLR3_BASE_TREE parent, ANTLR3_INT32 startChildIndex, ANTLR3_INT32 stopChildInd… in replaceChildren() function
Dantlr3commontreeadaptor.c444 replaceChildren in replaceChildren() function
Dantlr3commontreenodestream.c928 replaceChildren (pANTLR3_TREE_NODE_STREAM tns, pANTLR3_BASE_TREE parent, ANTLR3_INT32 startChild… in replaceChildren() function
/external/antlr/runtime/Python3/antlr3/
Dtree.py189 def replaceChildren(self, startChildIndex, stopChildIndex, t): member in Tree
583 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): member in TreeAdaptor
789 def replaceChildren(self, startChildIndex, stopChildIndex, newTree): member in BaseTree
1607 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): member in CommonTreeAdaptor
1727 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): member in TreeNodeStream
2074 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): member in CommonTreeNodeStream
Ddebug.py387 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): member in DebugTreeAdaptor
/external/antlr/runtime/Python/antlr3/
Dtree.py189 def replaceChildren(self, startChildIndex, stopChildIndex, t): member in Tree
583 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): member in TreeAdaptor
793 def replaceChildren(self, startChildIndex, stopChildIndex, newTree): member in BaseTree
1616 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): member in CommonTreeAdaptor
1736 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): member in TreeNodeStream
2087 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): member in CommonTreeNodeStream
Ddebug.py381 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): member in DebugTreeAdaptor