| Package | Description |
|---|---|
| org.eclipse.ptp.debug.core.pdi.manager | |
| org.eclipse.ptp.debug.core.pdi.model |
| Modifier and Type | Method and Description |
|---|---|
IPDILocalVariableDescriptor[] |
IPDIVariableManager.getLocalVariableDescriptors(IPDIStackFrame frame)
Get local variable descriptors
|
| Modifier and Type | Method and Description |
|---|---|
IPDILocalVariable |
IPDIVariableManager.createLocalVariable(IPDILocalVariableDescriptor varDesc)
Create a local variable
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPDIArgument
Represents an argument in the stack frame
|
interface |
IPDILocalVariable
Represents local variable
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.