Searched refs:downup (Results 1 – 7 of 7) sorted by relevance
86 public Object downup(Object t) { return downup(t, false); } in downup() method in TreeRewriter88 public Object downup(Object t, boolean showTransformations) { in downup() method in TreeRewriter
109 public void downup(Object t) { in downup() method in TreeFilter
62 - (ANTLRTreeRewriter *) downup:(id<ANTLRTree>)t;65 - (ANTLRTreeRewriter *) downup:(id<ANTLRTree>)t XForm:(BOOL)aShowTransformations;
64 - (id) downup:(ANTLRCommonTree *)t;67 - (id) downup:(ANTLRCommonTree *)t XForm:(BOOL)aShowTransformations;
168 - (id) downup:(ANTLRCommonTree *)t170 return [self downup:t XForm:NO];184 public Object downup(Object t, boolean showTransformations) {196 - (id) downup:(ANTLRCommonTree *)t XForm:(BOOL)aShowTransformations229 // methods the downup strategy uses to do the up and down rules.