org.eclipse.cdt.internal.ui.editor
Interface IProblemAnnotation

All Known Implementing Classes:
CMarkerAnnotation

public interface IProblemAnnotation

Interface of annotations representing problems.


Method Summary
 java.lang.String[] getArguments()
           
 int getId()
           
 java.lang.String getMessage()
           
 boolean isError()
           
 boolean isProblem()
           
 boolean isTemporaryProblem()
           
 boolean isWarning()
           
 

Method Detail

getMessage

java.lang.String getMessage()

getId

int getId()

getArguments

java.lang.String[] getArguments()

isTemporaryProblem

boolean isTemporaryProblem()

isWarning

boolean isWarning()

isError

boolean isError()

isProblem

boolean isProblem()