|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ptp.debug.core.pdi.PDILocationFactory
public class PDILocationFactory
Factory for creating debugger locations
| Constructor Summary | |
|---|---|
PDILocationFactory()
|
|
| Method Summary | |
|---|---|
static IPDIAddressLocation |
newAddressLocation(java.math.BigInteger addr)
Create an address location |
static IPDIFileLocation |
newFileLocationLocation(java.lang.String file)
Create a file location |
static IPDIFunctionLocation |
newFunctionLocation(java.lang.String file,
java.lang.String function)
Create a function location |
static IPDILineLocation |
newLineLocation(java.lang.String file,
int line)
Create a line location |
static IPDILocator |
newLocator(java.lang.String file,
java.lang.String function,
int line,
java.math.BigInteger address)
Create a locator |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PDILocationFactory()
| Method Detail |
|---|
public static IPDIAddressLocation newAddressLocation(java.math.BigInteger addr)
addr -
public static IPDIFileLocation newFileLocationLocation(java.lang.String file)
file -
public static IPDIFunctionLocation newFunctionLocation(java.lang.String file,
java.lang.String function)
file - function -
public static IPDILineLocation newLineLocation(java.lang.String file,
int line)
file - line -
public static IPDILocator newLocator(java.lang.String file,
java.lang.String function,
int line,
java.math.BigInteger address)
file - function - line - address -
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||