PTP
Release 5.0

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

All Superinterfaces:
IPDISessionObject, IPDISet

public interface IPDISignalInfo
extends IPDISessionObject

Represents signal info


Method Summary
 String getDescription()
          Returns signal description
 IPDILocator getLocator()
          Returns the location of this signal
 String getName()
          Returns signal name
 IPDISignal getSignal()
          Returns signal
 
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

getName

String getName()
Returns signal name

Returns:
signal name

getSignal

IPDISignal getSignal()
Returns signal

Returns:
signal - can be null

getDescription

String getDescription()
Returns signal description

Returns:
String signal description

getLocator

IPDILocator getLocator()
Returns the location of this signal

Returns:
location of this signal - can be null

PTP
Release 5.0

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