PTP
Release 5.0

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

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

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

Methods in org.eclipse.ptp.debug.core.pdi.manager that return IPDILocalVariable
 IPDILocalVariable IPDIVariableManager.createLocalVariable(IPDILocalVariableDescriptor varDesc)
           
 

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

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

Methods in org.eclipse.ptp.debug.core.pdi.model that return IPDILocalVariable
 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)
           
 IPDILocalVariable IPDIModelFactory.newLocalVariable(IPDISession session, TaskSet tasks, IPDIThread thread, IPDIStackFrame frame, String name, String fullName, int pos, int depth, String varid)
           
 IPDILocalVariable AbstractModelFactory.newLocalVariable(IPDISession session, TaskSet tasks, IPDIThread thread, IPDIStackFrame frame, String name, String fullName, int pos, int depth, String varid)
           
 


PTP
Release 5.0

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