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.
|