Searched refs:bottomup_ftpr (Results 1 – 6 of 6) sorted by relevance
93 bottomup_ftpr = [ANTLRfptr newANTLRfptrWithRule:(SEL)aRuleSel withObject:self]; 113 bottomup_ftpr = [ANTLRfptr newANTLRfptrWithRule:(SEL)aRuleSel withObject:self]; 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); }224 - (id)bottomup_ftpr
55 ANTLRfptr *bottomup_ftpr; variable70 - (id) bottomup_ftpr;
53 ANTLRfptr *bottomup_ftpr; variable68 - (ANTLRTreeRewriter *) bottomup_ftpr;
93 public Object post(Object t) { return applyRepeatedly(t, bottomup_ftpr); } in downup()111 fptr bottomup_ftpr = new fptr() { field in TreeRewriter