PTP
Release 5.0

org.eclipse.ptp.debug.core.pdi.event
Interface IPDIWatchpointScopeInfo

All Superinterfaces:
IPDISessionObject, IPDISet

public interface IPDIWatchpointScopeInfo
extends IPDISessionObject

Represents an information provided by the session when a watchpoint is going out of scope.


Method Summary
 IPDIWatchpoint getWatchpoint()
          Returns the out of scope watchpoint.
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISessionObject
getSession
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet
getTasks
 

Method Detail

getWatchpoint

IPDIWatchpoint getWatchpoint()
Returns the out of scope watchpoint.

Returns:
the watchpoint

PTP
Release 5.0

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