PTP
Release 7.0

org.eclipse.ptp.debug.core.model
Interface IPLocationSet


public interface IPLocationSet

A location set is used to provide information about a location (e.g. a breakpoint location)

Since:
5.0

Method Summary
 String getFile()
          Get the file name for this location set.
 String getFunction()
          Get the function name for this location set.
 int getLineNumber()
          Get the line number for this location set.
 TaskSet getTasks()
          Get the tasks associated with this location set.
 

Method Detail

getFile

String getFile()
Get the file name for this location set.

Returns:
file name

getFunction

String getFunction()
Get the function name for this location set.

Returns:
function name

getLineNumber

int getLineNumber()
Get the line number for this location set.

Returns:
line number

getTasks

TaskSet getTasks()
Get the tasks associated with this location set.

Returns:
task set

PTP
Release 7.0

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