Searched refs:bottomup_ftpr (Results 1 – 3 of 3) 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;
95 public Object post(Object t) { return applyRepeatedly(t, bottomup_ftpr); } in downup()114 fptr bottomup_ftpr = new fptr() { field in TreeRewriter