Home
last modified time | relevance | path

Searched refs:sanityCheckParentAndChildIndexes (Results 1 – 13 of 13) sorted by relevance

/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestTrees.java164 dup.sanityCheckParentAndChildIndexes(); in testDupTree()
178 newRoot.sanityCheckParentAndChildIndexes(); in testBecomeRoot()
191 newRoot.sanityCheckParentAndChildIndexes(); in testBecomeRoot2()
206 newRoot.sanityCheckParentAndChildIndexes(); in testBecomeRoot3()
220 newRoot.sanityCheckParentAndChildIndexes(); in testBecomeRoot5()
233 root_0.sanityCheckParentAndChildIndexes(); in testBecomeRoot6()
261 t.sanityCheckParentAndChildIndexes(); in testReplaceWithOneChildren()
274 t.sanityCheckParentAndChildIndexes(); in testReplaceInMiddle()
287 t.sanityCheckParentAndChildIndexes(); in testReplaceAtLeft()
300 t.sanityCheckParentAndChildIndexes(); in testReplaceAtRight()
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRBaseTree.h67 - (void) sanityCheckParentAndChildIndexes;
68 - (void) sanityCheckParentAndChildIndexes:(id<ANTLRTree>) parent At:(NSInteger) i;
141 - (void) sanityCheckParentAndChildIndexes;
142 - (void) sanityCheckParentAndChildIndexes:(id<ANTLRTree>) parent At:(NSInteger) i;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRBaseTree.h67 - (void) sanityCheckParentAndChildIndexes;
68 - (void) sanityCheckParentAndChildIndexes:(id<ANTLRTree>) parent At:(NSInteger) i;
141 - (void) sanityCheckParentAndChildIndexes;
142 - (void) sanityCheckParentAndChildIndexes:(id<ANTLRTree>) parent At:(NSInteger) i;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRBaseTree.h67 - (void) sanityCheckParentAndChildIndexes;
68 - (void) sanityCheckParentAndChildIndexes:(id<ANTLRTree>) parent At:(NSInteger) i;
141 - (void) sanityCheckParentAndChildIndexes;
142 - (void) sanityCheckParentAndChildIndexes:(id<ANTLRTree>) parent At:(NSInteger) i;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBaseTree.h69 - (void) sanityCheckParentAndChildIndexes;
70 - (void) sanityCheckParentAndChildIndexes:(id<ANTLRBaseTree>) parent At:(NSInteger) i;
145 - (void) sanityCheckParentAndChildIndexes;
146 - (void) sanityCheckParentAndChildIndexes:(id<ANTLRBaseTree>)parent At:(NSInteger) i;
DANTLRBaseTree.m340 - (void) sanityCheckParentAndChildIndexes
342 [self sanityCheckParentAndChildIndexes:nil At:-1];
345 - (void) sanityCheckParentAndChildIndexes:(id<ANTLRBaseTree>)aParent At:(NSInteger) i
356 [child sanityCheckParentAndChildIndexes:(id<ANTLRBaseTree>)self At:c];
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DBaseTree.java279 public void sanityCheckParentAndChildIndexes() { in sanityCheckParentAndChildIndexes() method in BaseTree
280 sanityCheckParentAndChildIndexes(null, -1); in sanityCheckParentAndChildIndexes()
283 public void sanityCheckParentAndChildIndexes(Tree parent, int i) { in sanityCheckParentAndChildIndexes() method in BaseTree
293 child.sanityCheckParentAndChildIndexes(this, c); in sanityCheckParentAndChildIndexes()
/external/antlr/antlr-3.4/runtime/Python/unittests/
Dtesttree.py665 dup.sanityCheckParentAndChildIndexes()
678 newRoot.sanityCheckParentAndChildIndexes()
690 newRoot.sanityCheckParentAndChildIndexes()
704 newRoot.sanityCheckParentAndChildIndexes()
717 newRoot.sanityCheckParentAndChildIndexes()
730 root_0.sanityCheckParentAndChildIndexes()
758 t.sanityCheckParentAndChildIndexes()
771 t.sanityCheckParentAndChildIndexes()
784 t.sanityCheckParentAndChildIndexes()
797 t.sanityCheckParentAndChildIndexes()
[all …]
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
DBaseTree.js210 sanityCheckParentAndChildIndexes: function(parent, i) {
227 child.sanityCheckParentAndChildIndexes(this, c);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/
DANTLRCommonTreeTest.m383 [tree sanityCheckParentAndChildIndexes];
393 [tree sanityCheckParentAndChildIndexes:parent At:0];
409 [tree sanityCheckParentAndChildIndexes:parent At:0];
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Dtree.py849 def sanityCheckParentAndChildIndexes(self, parent=None, i=-1): member in BaseTree
863 child.sanityCheckParentAndChildIndexes(self, idx)
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DBaseTree.as232 public function sanityCheckParentAndChildIndexes():void {
/external/antlr/antlr-3.4/lib/
Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...