112113114115116117118119
uv.unparseCompilationUnit(cu); uv.close(); } public ModifiedUnparseVisitor(Writer w) { this.aiw = new AutoIndentWriter(w); this.pw = new PrintWriter(this.aiw, true); }
8586878889909192
uv.unparseCompilationUnit(cu); uv.close(); } public UnparseVisitor(Writer w) { this.aiw = new AutoIndentWriter(w); this.pw = new PrintWriter(this.aiw, true); }