Searched refs:LazyLocation (Results 1 – 1 of 1) sorted by relevance
378 if (location instanceof LazyLocation) { in report()379 LazyLocation l = (LazyLocation) location; in report()741 return new LazyLocation(context.file, model.getStructuredDocument(), (IndexedRegion) node); in getLocation()752 LazyLocation location = new LazyLocation(context.file, model.getStructuredDocument(), in getLocation()765 return new LazyLocation(context.file, model.getStructuredDocument(), (IndexedRegion) node); in createLocationHandle()1026 private static class LazyLocation extends Location implements Location.Handle { class in EclipseLintClient1032 public LazyLocation(File file, IStructuredDocument document, IndexedRegion region) { in LazyLocation() method in EclipseLintClient.LazyLocation