public interface IPLineBreakpoint extends IPBreakpoint
| Modifier and Type | Field and Description |
|---|---|
static String |
ADDRESS |
static String |
FUNCTION |
CONDITION, CUR_SET_ID, GLOBAL, IGNORE_COUNT, INSTALL_COUNT, JOB_NAME, SOURCE_HANDLE| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Get the address associated with the breakpoint
|
String |
getFileName()
Get the file name
|
String |
getFunction()
Get the function
|
void |
setAddress(String address)
Set the breakpoint address
|
void |
setFunction(String function)
Set the breakpoint function
|
decrementInstallCount, getCondition, getCurSetId, getIgnoreCount, getJobId, getJobName, getSetId, getSourceHandle, incrementInstallCount, isConditional, isGlobal, isInstalled, resetInstallCount, setCondition, setCurSetId, setIgnoreCount, setJobId, setJobName, setSetId, setSourceHandle, updateMarkerMessagestatic final String ADDRESS
static final String FUNCTION
String getAddress() throws CoreException
CoreExceptionString getFileName() throws CoreException
CoreExceptionString getFunction() throws CoreException
CoreExceptionvoid setAddress(String address) throws CoreException
address - CoreExceptionvoid setFunction(String function) throws CoreException
function - CoreExceptionCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.