PTP
Release 5.0

org.eclipse.ptp.debug.core.pdi
Class PDILocationFactory

java.lang.Object
  extended by org.eclipse.ptp.debug.core.pdi.PDILocationFactory

public class PDILocationFactory
extends java.lang.Object


Constructor Summary
PDILocationFactory()
           
 
Method Summary
static IPDIAddressLocation newAddressLocation(java.math.BigInteger addr)
           
static IPDIFileLocation newFileLocationLocation(java.lang.String file)
           
static IPDIFunctionLocation newFunctionLocation(java.lang.String file, java.lang.String function)
           
static IPDILineLocation newLineLocation(java.lang.String file, int line)
           
static IPDILocator newLocator(java.lang.String file, java.lang.String function, int line, java.math.BigInteger address)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDILocationFactory

public PDILocationFactory()
Method Detail

newAddressLocation

public static IPDIAddressLocation newAddressLocation(java.math.BigInteger addr)
Parameters:
addr -
Returns:

newFileLocationLocation

public static IPDIFileLocation newFileLocationLocation(java.lang.String file)
Parameters:
file -
Returns:

newFunctionLocation

public static IPDIFunctionLocation newFunctionLocation(java.lang.String file,
                                                       java.lang.String function)
Parameters:
file -
function -
Returns:

newLineLocation

public static IPDILineLocation newLineLocation(java.lang.String file,
                                               int line)
Parameters:
file -
line -
Returns:

newLocator

public static IPDILocator newLocator(java.lang.String file,
                                     java.lang.String function,
                                     int line,
                                     java.math.BigInteger address)
Parameters:
file -
function -
line -
address -
Returns:

PTP
Release 5.0

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