Searched refs:applyOnce (Results 1 – 7 of 7) sorted by relevance
95 public void applyOnce(Object t, fptr whichRule) { in applyOnce() method in TreeFilter112 public Object pre(Object t) { applyOnce(t, topdown_fptr); return t; } in downup()113 public Object post(Object t) { applyOnce(t, bottomup_fptr); return t; } in downup()
53 public Object applyOnce(Object t, fptr whichRule) { in applyOnce() method in TreeRewriter79 Object u = applyOnce(t, whichRule); in applyRepeatedly()92 public Object pre(Object t) { return applyOnce(t, topdown_fptr); } in downup()
129 - (id) applyOnce:(ANTLRCommonTree *)t Rule:(ANTLRfptr *)whichRule161 ANTLRTreeRewriter *u = [self applyOnce:t Rule:whichRule];175 return [self applyOnce:t Rule:topdown_fptr];188 public Object pre(Object t) { return applyOnce(t, topdown_fptr); }202 //public Object pre(Object t) { return applyOnce(t, topdown_fptr); }
62 - (id) applyOnce:(ANTLRCommonTree *)t Rule:(ANTLRfptr *)whichRule;
60 - (ANTLRTreeRewriter *) applyOnce:(id<ANTLRTree>)t Rule:(ANTLRfptr *)whichRule;