public interface IMarkerResolutionGenerator2 extends IMarkerResolutionGenerator
IMarkerResolutionGenerator if it can determine whether a particular marker
has any resolutions more efficiently than computing all the resolutions.| Modifier and Type | Method and Description |
|---|---|
boolean |
hasResolutions(IMarker marker)
Returns whether there are any resolutions for the given marker.
|
getResolutionsboolean hasResolutions(IMarker marker)
marker - the markertrue if there are resolutions for the given marker,
false if not
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.