PTP
Release 7.0

org.eclipse.ptp.debug.core.pdi.model
Interface IPDILocalVariableDescriptor

All Superinterfaces:
IPDISessionObject, IPDISet, IPDIVariableDescriptor
All Known Subinterfaces:
IPDIArgument, IPDILocalVariable

public interface IPDILocalVariableDescriptor
extends IPDIVariableDescriptor

Represents local variable descriptor


Method Summary
 IPDIStackFrame getStackFrame()
          Returns stackframe of this variable
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.IPDIVariableDescriptor
equalDescriptors, getAIF, getCastingArrayEnd, getCastingArrayStart, getCastingTypes, getFullName, getId, getName, getPosition, getQualifiedName, getStackDepth, getThread, getTypeName, getVariableDescriptorAsArray, getVariableDescriptorAsType, setAIF, setCastingArrayEnd, setCastingArrayStart, sizeof
 
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

getStackFrame

IPDIStackFrame getStackFrame()
                             throws PDIException
Returns stackframe of this variable

Specified by:
getStackFrame in interface IPDIVariableDescriptor
Returns:
stackframe of this variable
Throws:
PDIException - on failure

PTP
Release 7.0

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