Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeNodeStream.java105 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.java163 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t) { in replaceChildren() method in CommonTreeAdaptor
DCommonTreeNodeStream.java144 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t) { in replaceChildren() method in CommonTreeNodeStream
DBaseTree.java181 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.java384 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t) { in replaceChildren() method in BufferedTreeNodeStream
/external/antlr/antlr-3.4/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/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DDebugTreeNodeStream.java148 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t) { in replaceChildren() method in DebugTreeNodeStream
DDebugTreeAdaptor.java233 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t) { in replaceChildren() method in DebugTreeAdaptor
/external/antlr/antlr-3.4/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/antlr-3.4/runtime/C/src/
Dantlr3basetree.c339 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/antlr-3.4/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