Home
last modified time | relevance | path

Searched refs:documentBefore (Results 1 – 1 of 1) sorted by relevance

/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/
DMain.java160 private Document documentBefore; field in Main.CompilationUnitHandler
174 documentBefore = new Document(source); in CompilationUnitHandler()
175 compilationUnitBefore = parseDocument(file, parser, documentBefore, jdtOptions); in CompilationUnitHandler()
204 documentAfter = documentBefore; in apply()
207 Document documentToRewrite = new Document(documentBefore.get()); in apply()
213 String sourceBefore = documentBefore.get(); in apply()
225 documentAfter = documentBefore; in apply()
236 documentAfter = documentBefore; in apply()
240 documentBefore = documentAfter; in apply()
265 documentRequested = new Document(documentBefore.get()); in document()
[all …]