@Deprecated public interface DebuggerBreakpointDeclarator<B extends DebuggerBreakpoint> extends oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointDeclaratorBase<B,DebuggerBreakpoint.BreakpointKind>
| Modifier and Type | Method and Description | 
|---|---|
DebuggerBreakpoint.BreakpointKind | 
getBreakpointKind()
Deprecated.  
Get the kind of the breakpoint 
 | 
B | 
getBreakpointTemplate()
Deprecated.  
Get the template from which the breakpoint is created. 
 | 
java.lang.String | 
getBreakpointTypeString()
Deprecated.  
Get the type string that uniquely identifies this kind of breakpoint. 
 | 
java.lang.String | 
getDebuggerExtenderId()
Deprecated.  
Get the ID of the DebuggerExtender that owns this breakpoint 
 | 
java.lang.String getDebuggerExtenderId()
getDebuggerExtenderId in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointDeclaratorBase<B extends DebuggerBreakpoint,DebuggerBreakpoint.BreakpointKind>DebuggerBreakpoint.BreakpointKind getBreakpointKind()
getBreakpointKind in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointDeclaratorBase<B extends DebuggerBreakpoint,DebuggerBreakpoint.BreakpointKind>B getBreakpointTemplate()
getBreakpointTemplate in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointDeclaratorBase<B extends DebuggerBreakpoint,DebuggerBreakpoint.BreakpointKind>java.lang.String getBreakpointTypeString()
getBreakpointTypeString in interface oracle.ideimpl.debugger.extender.breakpoint.CommonBreakpointDeclaratorBase<B extends DebuggerBreakpoint,DebuggerBreakpoint.BreakpointKind>