org.eclipse.ptp.debug.core.pdi
Class PDILocationFactory
java.lang.Object
org.eclipse.ptp.debug.core.pdi.PDILocationFactory
public class PDILocationFactory
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PDILocationFactory
public PDILocationFactory()
newAddressLocation
public static IPDIAddressLocation newAddressLocation(BigInteger addr)
- Parameters:
addr -
- Returns:
newFileLocationLocation
public static IPDIFileLocation newFileLocationLocation(String file)
- Parameters:
file -
- Returns:
newFunctionLocation
public static IPDIFunctionLocation newFunctionLocation(String file,
String function)
- Parameters:
file - function -
- Returns:
newLineLocation
public static IPDILineLocation newLineLocation(String file,
int line)
- Parameters:
file - line -
- Returns:
newLocator
public static IPDILocator newLocator(String file,
String function,
int line,
BigInteger address)
- Parameters:
file - function - line - address -
- Returns:
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.