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