Home
last modified time | relevance | path

Searched refs:bottomup_ftpr (Results 1 – 3 of 3) sorted by relevance

/external/antlr/runtime/ObjC/Framework/
DTreeRewriter.m93 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
DTreeRewriter.h55 ANTLRfptr *bottomup_ftpr; variable
70 - (id) bottomup_ftpr;
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeRewriter.java95 public Object post(Object t) { return applyRepeatedly(t, bottomup_ftpr); } in downup()
114 fptr bottomup_ftpr = new fptr() { field in TreeRewriter