edu.rice.cs.drjava.model.debug
Interface DebugBreakpointData

All Known Subinterfaces:
Breakpoint
All Known Implementing Classes:
JPDABreakpoint

public interface DebugBreakpointData

Interface for breakpoint data.


Method Summary
 File getFile()
           
 int getLineNumber()
           
 boolean isEnabled()
           
 

Method Detail

getFile

File getFile()
Returns:
the file the breakpoint is in.

getLineNumber

int getLineNumber()
Returns:
line number of the breakpoint.

isEnabled

boolean isEnabled()
Returns:
true if breakpoint is enabled.