public final class AnnotationTypeLookup extends Object
Constructor and Description |
---|
AnnotationTypeLookup()
Creates a new annotation lookup object.
|
Modifier and Type | Method and Description |
---|---|
String |
getAnnotationType(IMarker marker)
Computes the annotation type that corresponds to the state of
the given marker.
|
String |
getAnnotationType(String markerType,
int markerSeverity)
Computes the annotation type that corresponds to the given marker type and
the given marker severity.
|
public AnnotationTypeLookup()
public String getAnnotationType(IMarker marker)
marker
- the markernull
public String getAnnotationType(String markerType, int markerSeverity)
markerType
- the marker typemarkerSeverity
- the marker severitynull
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.