Searched refs:sanityCheckParentAndChildIndexes (Results 1 – 13 of 13) sorted by relevance
164 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 …]
67 - (void) sanityCheckParentAndChildIndexes;68 - (void) sanityCheckParentAndChildIndexes:(id<ANTLRTree>) parent At:(NSInteger) i;141 - (void) sanityCheckParentAndChildIndexes;142 - (void) sanityCheckParentAndChildIndexes:(id<ANTLRTree>) parent At:(NSInteger) i;
69 - (void) sanityCheckParentAndChildIndexes;70 - (void) sanityCheckParentAndChildIndexes:(id<ANTLRBaseTree>) parent At:(NSInteger) i;145 - (void) sanityCheckParentAndChildIndexes;146 - (void) sanityCheckParentAndChildIndexes:(id<ANTLRBaseTree>)parent At:(NSInteger) i;
340 - (void) sanityCheckParentAndChildIndexes342 [self sanityCheckParentAndChildIndexes:nil At:-1];345 - (void) sanityCheckParentAndChildIndexes:(id<ANTLRBaseTree>)aParent At:(NSInteger) i356 [child sanityCheckParentAndChildIndexes:(id<ANTLRBaseTree>)self At:c];
279 public void sanityCheckParentAndChildIndexes() { in sanityCheckParentAndChildIndexes() method in BaseTree280 sanityCheckParentAndChildIndexes(null, -1); in sanityCheckParentAndChildIndexes()283 public void sanityCheckParentAndChildIndexes(Tree parent, int i) { in sanityCheckParentAndChildIndexes() method in BaseTree293 child.sanityCheckParentAndChildIndexes(this, c); in sanityCheckParentAndChildIndexes()
665 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 …]
210 sanityCheckParentAndChildIndexes: function(parent, i) {227 child.sanityCheckParentAndChildIndexes(this, c);
383 [tree sanityCheckParentAndChildIndexes];393 [tree sanityCheckParentAndChildIndexes:parent At:0];409 [tree sanityCheckParentAndChildIndexes:parent At:0];
849 def sanityCheckParentAndChildIndexes(self, parent=None, i=-1): member in BaseTree863 child.sanityCheckParentAndChildIndexes(self, idx)
232 public function sanityCheckParentAndChildIndexes():void {
META-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...