Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRTreeRewriter.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
DANTLRTreeRewriter.h55 ANTLRfptr *bottomup_ftpr; variable
70 - (id) bottomup_ftpr;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRTreeRewriter.h53 ANTLRfptr *bottomup_ftpr; variable
68 - (ANTLRTreeRewriter *) bottomup_ftpr;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRTreeRewriter.h53 ANTLRfptr *bottomup_ftpr; variable
68 - (ANTLRTreeRewriter *) bottomup_ftpr;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRTreeRewriter.h53 ANTLRfptr *bottomup_ftpr; variable
68 - (ANTLRTreeRewriter *) bottomup_ftpr;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeRewriter.java93 public Object post(Object t) { return applyRepeatedly(t, bottomup_ftpr); } in downup()
111 fptr bottomup_ftpr = new fptr() { field in TreeRewriter