Searched refs:applyRepeatedly (Results 1 – 6 of 6) sorted by relevance
76 public Object applyRepeatedly(Object t, fptr whichRule) { in applyRepeatedly() method in TreeRewriter93 public Object post(Object t) { return applyRepeatedly(t, bottomup_ftpr); } in downup()
157 - (id) applyRepeatedly:(ANTLRCommonTree *)t Rule:(ANTLRfptr *)whichRule180 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); }
63 - (id) applyRepeatedly:(ANTLRCommonTree *)t Rule:(ANTLRfptr *)whichRule;
61 - (ANTLRTreeRewriter *) applyRepeatedly:(id<ANTLRTree>)t Rule:(ANTLRfptr *)whichRule;