Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeRewriter.java76 public Object applyRepeatedly(Object t, fptr whichRule) { in applyRepeatedly() method in TreeRewriter
93 public Object post(Object t) { return applyRepeatedly(t, bottomup_ftpr); } in downup()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRTreeRewriter.m157 - (id) applyRepeatedly:(ANTLRCommonTree *)t Rule:(ANTLRfptr *)whichRule
180 return [self applyRepeatedly:t Rule:bottomup_ftpr];
189 public Object post(Object t) { return applyRepeatedly(t, bottomup_ftpr); }
204 //public Object post(Object t) { return applyRepeatedly(t, bottomup_ftpr); }
DANTLRTreeRewriter.h63 - (id) applyRepeatedly:(ANTLRCommonTree *)t Rule:(ANTLRfptr *)whichRule;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRTreeRewriter.h61 - (ANTLRTreeRewriter *) applyRepeatedly:(id<ANTLRTree>)t Rule:(ANTLRfptr *)whichRule;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRTreeRewriter.h61 - (ANTLRTreeRewriter *) applyRepeatedly:(id<ANTLRTree>)t Rule:(ANTLRfptr *)whichRule;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRTreeRewriter.h61 - (ANTLRTreeRewriter *) applyRepeatedly:(id<ANTLRTree>)t Rule:(ANTLRfptr *)whichRule;