PTP
Release 5.0

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


Field Summary
static java.lang.String ADDRESS
           
static java.lang.String FUNCTION
           
 
Fields inherited from interface org.eclipse.ptp.debug.core.model.IPBreakpoint
CONDITION, CUR_SET_ID, GLOBAL, IGNORE_COUNT, INSTALL_COUNT, JOB_NAME, SOURCE_HANDLE
 
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
 
Method Summary
 java.lang.String getAddress()
           
 java.lang.String getFileName()
           
 java.lang.String getFunction()
           
 void setAddress(java.lang.String address)
           
 void setFunction(java.lang.String function)
           
 
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
 

Field Detail

ADDRESS

static final java.lang.String ADDRESS
See Also:
Constant Field Values

FUNCTION

static final java.lang.String FUNCTION
See Also:
Constant Field Values
Method Detail

getAddress

java.lang.String getAddress()
                            throws org.eclipse.core.runtime.CoreException
Returns:
Throws:
org.eclipse.core.runtime.CoreException

getFileName

java.lang.String getFileName()
                             throws org.eclipse.core.runtime.CoreException
Returns:
Throws:
org.eclipse.core.runtime.CoreException

getFunction

java.lang.String getFunction()
                             throws org.eclipse.core.runtime.CoreException
Returns:
Throws:
org.eclipse.core.runtime.CoreException

setAddress

void setAddress(java.lang.String address)
                throws org.eclipse.core.runtime.CoreException
Parameters:
address -
Throws:
org.eclipse.core.runtime.CoreException

setFunction

void setFunction(java.lang.String function)
                 throws org.eclipse.core.runtime.CoreException
Parameters:
function -
Throws:
org.eclipse.core.runtime.CoreException

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.