|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Notifies that a breakpoint problem has occurred.
Method Summary | |
---|---|
ICDIBreakpoint |
getBreakpoint()
The CDI breakpoint that has the problem |
String |
getDescription()
A description of the problem. |
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 |
public String getProblemType()
public ICDIBreakpoint getBreakpoint()
public String getDescription()
public int getSeverity()
public boolean removeOnly()
public boolean removeExisting()
|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |