|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICAnnotation
ICAnnotation Interface of annotations representing markers and problems.
IMarker
,
IProblem
Method Summary | |
---|---|
void |
addOverlaid(ICAnnotation annotation)
Adds the given annotation to the list of annotations which are overlaid by this annotations. |
java.lang.String[] |
getArguments()
|
int |
getId()
|
java.util.Iterator |
getOverlaidIterator()
Returns an iterator for iterating over the annotation which are overlaid by this annotation. |
ICAnnotation |
getOverlay()
Returns the overlay of this annotation. |
java.lang.String |
getText()
|
org.eclipse.cdt.core.model.ITranslationUnit |
getTranslationUnit()
Returns the compilation unit corresponding to the document on which the annotation is set or null if no corresponding co0mpilationunit exists. |
java.lang.String |
getType()
|
boolean |
hasOverlay()
Returns whether this annotation is overlaid. |
boolean |
isMarkedDeleted()
|
boolean |
isPersistent()
|
boolean |
isProblem()
Tells whether this annotation is a problem annotation. |
void |
removeOverlaid(ICAnnotation annotation)
Removes the given annotation from the list of annotations which are overlaid by this annotation. |
Method Detail |
---|
java.lang.String getType()
Annotation.getType()
boolean isPersistent()
Annotation.isPersistent()
boolean isMarkedDeleted()
Annotation.isMarkedDeleted()
java.lang.String getText()
Annotation.getText()
boolean hasOverlay()
true
if overlaidICAnnotation getOverlay()
java.util.Iterator getOverlaidIterator()
void addOverlaid(ICAnnotation annotation)
annotation
- the problem annoationvoid removeOverlaid(ICAnnotation annotation)
annotation
- the problem annoationboolean isProblem()
true
if it is a problem annotationorg.eclipse.cdt.core.model.ITranslationUnit getTranslationUnit()
null
if no corresponding co0mpilationunit exists.
java.lang.String[] getArguments()
int getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |