Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DEclipseLintClient.java378 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 EclipseLintClient
1032 public LazyLocation(File file, IStructuredDocument document, IndexedRegion region) { in LazyLocation() method in EclipseLintClient.LazyLocation