PTP
Release 7.0

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

All Superinterfaces:
IPDISessionObject, IPDISet

public interface IPDIVariableInfo
extends IPDISessionObject

Represents variable info


Method Summary
 java.lang.String getName()
          Returns variable name
 IPDIVariable getVariable()
          Returns variable
 
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

java.lang.String getName()
Returns variable name

Returns:
variable name

getVariable

IPDIVariable getVariable()
Returns variable

Returns:
variable

PTP
Release 7.0

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