HomeSort by relevance Sort by last modified time
    Searched full:downup (Results 1 - 12 of 12) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeRewriter.cs 106 public virtual object Downup( object t )
108 return Downup( t, false );
111 public virtual object Downup( object t, bool showTransformations )
119 // methods the downup strategy uses to do the up and down rules.
TreeFilter.cs 73 public virtual void Downup( object t )
89 // methods the downup strategy uses to do the up and down rules.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeRewriter.java 86 public Object downup(Object t) { return downup(t, false); } method in class:TreeRewriter
88 public Object downup(Object t, boolean showTransformations) { method in class:TreeRewriter
115 // methods the downup strategy uses to do the up and down rules.
TreeFilter.java 109 public void downup(Object t) { method in class:TreeFilter
130 // methods the downup strategy uses to do the up and down rules.
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeRewriter.m 168 - (id) downup:(ANTLRCommonTree *)t
170 return [self downup:t XForm:NO];
184 public Object downup(Object t, boolean showTransformations) {
196 - (id) downup:(ANTLRCommonTree *)t XForm:(BOOL)aShowTransformations
229 // methods the downup strategy uses to do the up and down rules.
ANTLRTreeRewriter.h 64 - (id) downup:(ANTLRCommonTree *)t;
67 - (id) downup:(ANTLRCommonTree *)t XForm:(BOOL)aShowTransformations;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeRewriter.h 62 - (ANTLRTreeRewriter *) downup:(id<ANTLRTree>)t;
65 - (ANTLRTreeRewriter *) downup:(id<ANTLRTree>)t XForm:(BOOL)aShowTransformations;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeRewriter.h 62 - (ANTLRTreeRewriter *) downup:(id<ANTLRTree>)t;
65 - (ANTLRTreeRewriter *) downup:(id<ANTLRTree>)t XForm:(BOOL)aShowTransformations;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeRewriter.h 62 - (ANTLRTreeRewriter *) downup:(id<ANTLRTree>)t;
65 - (ANTLRTreeRewriter *) downup:(id<ANTLRTree>)t XForm:(BOOL)aShowTransformations;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeRewriter.cs 96 public virtual object Downup(object t) {
102 // methods the downup strategy uses to do the up and down rules.
TreeFilter.cs 118 public virtual void Downup( object t )
134 // methods the downup strategy uses to do the up and down rules.
  /external/chromium_org/chrome/browser/ui/cocoa/
draggable_button_unittest.mm 49 TEST_F(DraggableButtonTest, DownUp) {

Completed in 250 milliseconds