Searched refs:reportTransformation (Results 1 – 6 of 6) sorted by relevance
67 reportTransformation(t, r.getTree()); in applyOnce()102 public void reportTransformation(Object oldTree, Object newTree) { in reportTransformation() method in TreeRewriter
66 - (void)reportTransformation:(id<ANTLRTree>)oldTree Tree:(id<ANTLRTree>)newTree;
68 - (void)reportTransformation:(ANTLRCommonTree *)oldTree Tree:(ANTLRCommonTree *)newTree;
144 [self reportTransformation:t Tree:r.start];214 - (void)reportTransformation:(ANTLRCommonTree *)oldTree Tree:(ANTLRCommonTree *)newTree