Searched refs:showTransformations (Results 1 – 7 of 7) sorted by relevance
41 protected bool showTransformations; field in Antlr.Runtime.Tree.TreeRewriter79 if (showTransformations && r != null && !t.Equals(r.Tree) && r.Tree != null) in ApplyOnce()111 public virtual object Downup( object t, bool showTransformations ) in Downup() argument113 this.showTransformations = showTransformations; in Downup()
39 protected boolean showTransformations = false; field in TreeRewriter64 if ( showTransformations && in applyOnce()88 public Object downup(Object t, boolean showTransformations) { in downup() argument89 this.showTransformations = showTransformations; in downup()
84 showTransformations = NO;103 showTransformations = NO;142 if ( showTransformations &&184 public Object downup(Object t, boolean showTransformations) {185 this.showTransformations = showTransformations;198 showTransformations = aShowTransformations;246 @synthesize showTransformations;
50 BOOL showTransformations; variable74 @property BOOL showTransformations;
48 BOOL showTransformations; variable