public interface DebuggerBreakpointDeclarator
| Modifier and Type | Method and Description | 
|---|---|
DebuggerBreakpoint.BreakpointKind | 
getBreakpointKind()
Get the kind of the breakpoint 
 | 
DebuggerBreakpoint | 
getBreakpointTemplate()
Get the template from which the breakpoint is created. 
 | 
java.lang.String | 
getBreakpointTypeString()
Get the type string that uniquely identifies this kind of breakpoint. 
 | 
java.lang.String | 
getDebuggerExtenderId()
Get the ID of the DebuggerExtender that owns this breakpoint 
 | 
java.lang.String getDebuggerExtenderId()
DebuggerBreakpoint.BreakpointKind getBreakpointKind()
DebuggerBreakpoint getBreakpointTemplate()
java.lang.String getBreakpointTypeString()