PTP
Release 7.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)
          Create a local variable
 

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, java.lang.String varId)
          Create a local variable
 IPDILocalVariable IPDIModelFactory.newLocalVariable(IPDISession session, TaskSet tasks, IPDIThread thread, IPDIStackFrame frame, java.lang.String name, java.lang.String fullName, int pos, int depth, java.lang.String varid)
          Create a local variable
 


PTP
Release 7.0

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