| edu.rice.cs.drjava.model.debug.DebugBreakpointData
DebugBreakpointData | public interface DebugBreakpointData (Code) | | Interface for breakpoint data.
|
Method Summary | |
public File | getFile() the file the breakpoint is in. | public int | getLineNumber() line number of the breakpoint. | public int | getOffset() offset of the breakpoint. | public boolean | isEnabled() true if breakpoint is enabled. |
getFile | public File getFile()(Code) | | the file the breakpoint is in. |
getLineNumber | public int getLineNumber()(Code) | | line number of the breakpoint. |
getOffset | public int getOffset()(Code) | | offset of the breakpoint. |
isEnabled | public boolean isEnabled()(Code) | | true if breakpoint is enabled. |
|
|