PTP
Release 7.0

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

Packages that use IPDILocalVariableDescriptor
org.eclipse.ptp.debug.core.pdi.manager   
org.eclipse.ptp.debug.core.pdi.model   
 

Uses of IPDILocalVariableDescriptor in org.eclipse.ptp.debug.core.pdi.manager
 

Methods in org.eclipse.ptp.debug.core.pdi.manager that return IPDILocalVariableDescriptor
 IPDILocalVariableDescriptor[] IPDIVariableManager.getLocalVariableDescriptors(IPDIStackFrame frame)
          Get local variable descriptors
 

Methods in org.eclipse.ptp.debug.core.pdi.manager with parameters of type IPDILocalVariableDescriptor
 IPDILocalVariable IPDIVariableManager.createLocalVariable(IPDILocalVariableDescriptor varDesc)
          Create a local variable
 

Uses of IPDILocalVariableDescriptor in org.eclipse.ptp.debug.core.pdi.model
 

Subinterfaces of IPDILocalVariableDescriptor in org.eclipse.ptp.debug.core.pdi.model
 interface IPDIArgument
          Represents an argument in the stack frame
 interface IPDILocalVariable
          Represents local variable
 

Methods in org.eclipse.ptp.debug.core.pdi.model that return IPDILocalVariableDescriptor
 IPDILocalVariableDescriptor[] IPDIStackFrame.getLocalVariableDescriptors()
          Returns the visible variables in this stack frame.
 IPDILocalVariableDescriptor IPDIModelFactory.newLocalVariableDescriptor(IPDISession session, TaskSet tasks, IPDIThread thread, IPDIStackFrame frame, String name, String fullName, int pos, int depth)
          Create a local variable descriptor
 

Methods in org.eclipse.ptp.debug.core.pdi.model with parameters of type IPDILocalVariableDescriptor
 IPDILocalVariable IPDIStackFrame.createLocalVariable(IPDILocalVariableDescriptor varDesc)
          Create a variable from the descriptor for evaluation.
 IPDILocalVariable IPDIModelFactory.newLocalVariable(IPDISession session, IPDILocalVariableDescriptor varDesc, String varId)
          Create a local variable
 


PTP
Release 7.0

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