|
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(BigInteger addr)
Create an address location |
static IPDIFileLocation |
newFileLocationLocation(String file)
Create a file location |
static IPDIFunctionLocation |
newFunctionLocation(String file,
String function)
Create a function location |
static IPDILineLocation |
newLineLocation(String file,
int line)
Create a line location |
static IPDILocator |
newLocator(String file,
String function,
int line,
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(BigInteger addr)
addr -
public static IPDIFileLocation newFileLocationLocation(String file)
file -
public static IPDIFunctionLocation newFunctionLocation(String file,
String function)
file - function -
public static IPDILineLocation newLineLocation(String file,
int line)
file - line -
public static IPDILocator newLocator(String file,
String function,
int line,
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 | |||||||||