Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeRewriter.java67 reportTransformation(t, r.getTree()); in applyOnce()
102 public void reportTransformation(Object oldTree, Object newTree) { in reportTransformation() method in TreeRewriter
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRTreeRewriter.h66 - (void)reportTransformation:(id<ANTLRTree>)oldTree Tree:(id<ANTLRTree>)newTree;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRTreeRewriter.h66 - (void)reportTransformation:(id<ANTLRTree>)oldTree Tree:(id<ANTLRTree>)newTree;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRTreeRewriter.h66 - (void)reportTransformation:(id<ANTLRTree>)oldTree Tree:(id<ANTLRTree>)newTree;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRTreeRewriter.h68 - (void)reportTransformation:(ANTLRCommonTree *)oldTree Tree:(ANTLRCommonTree *)newTree;
DANTLRTreeRewriter.m144 [self reportTransformation:t Tree:r.start];
214 - (void)reportTransformation:(ANTLRCommonTree *)oldTree Tree:(ANTLRCommonTree *)newTree