|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICDIBreakpointProblemEvent
Notifies that a breakpoint problem has occurred.
Method Summary | |
---|---|
ICDIBreakpoint |
getBreakpoint()
The CDI breakpoint that has the problem |
java.lang.String |
getDescription()
A description of the problem. |
java.lang.String |
getProblemType()
The problem type is a string that identifies specific kinds of breakproblems. |
int |
getSeverity()
The severity code maps to the IMarker.SEVERITY_XXX constants. |
boolean |
removeExisting()
Indicated that any existing problems of this type and at this breakpoint's location will be removed before the new problem is added. |
boolean |
removeOnly()
Indicated that existing problems of this type and at this breakpoint's location will be removed, no new ones will be added. |
Method Detail |
---|
java.lang.String getProblemType()
ICDIBreakpoint getBreakpoint()
java.lang.String getDescription()
int getSeverity()
boolean removeOnly()
boolean removeExisting()
|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |