org.eclipse.ptp.debug.core.model
Interface IPLineBreakpoint
- All Superinterfaces:
- org.eclipse.core.runtime.IAdaptable, org.eclipse.debug.core.model.IBreakpoint, org.eclipse.debug.core.model.ILineBreakpoint, IPBreakpoint
- All Known Subinterfaces:
- IPAddressBreakpoint, IPFunctionBreakpoint
public interface IPLineBreakpoint
- extends IPBreakpoint, org.eclipse.debug.core.model.ILineBreakpoint
| Fields inherited from interface org.eclipse.debug.core.model.IBreakpoint |
BREAKPOINT_MARKER, ENABLED, ID, LINE_BREAKPOINT_MARKER, PERSISTED, REGISTERED |
| Fields inherited from interface org.eclipse.debug.core.model.IBreakpoint |
BREAKPOINT_MARKER, ENABLED, ID, LINE_BREAKPOINT_MARKER, PERSISTED, REGISTERED |
| Methods inherited from interface org.eclipse.ptp.debug.core.model.IPBreakpoint |
decrementInstallCount, getCondition, getCurSetId, getIgnoreCount, getJobId, getJobName, getSetId, getSourceHandle, incrementInstallCount, isConditional, isGlobal, isInstalled, resetInstallCount, setCondition, setCurSetId, setIgnoreCount, setJobId, setJobName, setSetId, setSourceHandle, updateMarkerMessage |
| Methods inherited from interface org.eclipse.debug.core.model.IBreakpoint |
delete, getMarker, getModelIdentifier, isEnabled, isPersisted, isRegistered, setEnabled, setMarker, setPersisted, setRegistered |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
getAdapter |
| Methods inherited from interface org.eclipse.debug.core.model.ILineBreakpoint |
getCharEnd, getCharStart, getLineNumber |
| Methods inherited from interface org.eclipse.debug.core.model.IBreakpoint |
delete, getMarker, getModelIdentifier, isEnabled, isPersisted, isRegistered, setEnabled, setMarker, setPersisted, setRegistered |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
getAdapter |
ADDRESS
static final String ADDRESS
- See Also:
- Constant Field Values
FUNCTION
static final String FUNCTION
- See Also:
- Constant Field Values
getAddress
String getAddress()
throws org.eclipse.core.runtime.CoreException
- Returns:
-
- Throws:
org.eclipse.core.runtime.CoreException
getFileName
String getFileName()
throws org.eclipse.core.runtime.CoreException
- Returns:
-
- Throws:
org.eclipse.core.runtime.CoreException
getFunction
String getFunction()
throws org.eclipse.core.runtime.CoreException
- Returns:
-
- Throws:
org.eclipse.core.runtime.CoreException
setAddress
void setAddress(String address)
throws org.eclipse.core.runtime.CoreException
- Parameters:
address -
- Throws:
org.eclipse.core.runtime.CoreException
setFunction
void setFunction(String function)
throws org.eclipse.core.runtime.CoreException
- Parameters:
function -
- Throws:
org.eclipse.core.runtime.CoreException
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.