Eclipse Platform
2.0

Uses of Interface
org.eclipse.debug.core.model.IBreakpoint

Packages that use IBreakpoint
org.eclipse.debug.core.model Defines interfaces for a debug model elements, source lookup, and launching. 
 

Uses of IBreakpoint in org.eclipse.debug.core.model
 

Subinterfaces of IBreakpoint in org.eclipse.debug.core.model
 interface ILineBreakpoint
          A breakpoint that can be located at a specific line of source code.
 

Classes in org.eclipse.debug.core.model that implement IBreakpoint
 class Breakpoint
          Abstract implementation of a breakpoint.
 class LineBreakpoint
          Abstract implementation of a line breakpoint.
 


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.