|
PTP Release 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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,
java.lang.String name,
java.lang.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,
java.lang.String varId)
Create a local variable |
|
PTP Release 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||