PTP
Release 5.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)
           
 

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

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)
           
 IPDILocalVariableDescriptor AbstractModelFactory.newLocalVariableDescriptor(IPDISession session, TaskSet tasks, IPDIThread thread, IPDIStackFrame frame, String name, String fullName, int pos, int depth)
           
 

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)
           
 IPDILocalVariable AbstractModelFactory.newLocalVariable(IPDISession session, IPDILocalVariableDescriptor varDesc, String varId)
           
 


PTP
Release 5.0

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