Searched refs:documentBefore (Results 1 – 1 of 1) sorted by relevance
160 private Document documentBefore; field in Main.CompilationUnitHandler174 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 …]