Home
last modified time | relevance | path

Searched refs:simulateTreeConstruction (Results 1 – 6 of 6) sorted by relevance

/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/
DDebugTreeAdaptor.java84 simulateTreeConstruction(t); in dupTree()
89 protected void simulateTreeConstruction(Object t) { in simulateTreeConstruction() method in DebugTreeAdaptor
94 simulateTreeConstruction(child); in simulateTreeConstruction()
/external/antlr/runtime/C/src/
Dantlr3basetreeadaptor.c500 simulateTreeConstruction(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE tree) in simulateTreeConstruction() function
514 simulateTreeConstruction(adaptor, child); in simulateTreeConstruction()
533 simulateTreeConstruction(adaptor, t); in dbgDupTree()
/external/antlr/runtime/Cpp/include/
Dantlr3commontreeadaptor.hpp155 void simulateTreeConstruction(TreeType* tree);
Dantlr3commontreeadaptor.inl775 this->simulateTreeConstruction( t);
781 void DebugTreeAdaptor<ImplTraits>::simulateTreeConstruction(TreeType* tree) function in DebugTreeAdaptor
795 this->simulateTreeConstruction(child);
/external/antlr/runtime/Python/antlr3/
Ddebug.py253 self.simulateTreeConstruction(t)
257 def simulateTreeConstruction(self, t): member in DebugTreeAdaptor
262 self.simulateTreeConstruction(child)
/external/antlr/runtime/Python3/antlr3/
Ddebug.py260 self.simulateTreeConstruction(t)
264 def simulateTreeConstruction(self, t): member in DebugTreeAdaptor
269 self.simulateTreeConstruction(child)