|
PTP Release 5.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IPDIVariable | |
|---|---|
| org.eclipse.ptp.debug.core.pdi.event | |
| org.eclipse.ptp.debug.core.pdi.manager | |
| org.eclipse.ptp.debug.core.pdi.model | |
| Uses of IPDIVariable in org.eclipse.ptp.debug.core.pdi.event |
|---|
| Methods in org.eclipse.ptp.debug.core.pdi.event that return IPDIVariable | |
|---|---|
IPDIVariable |
IPDIVariableInfo.getVariable()
Returns variable |
| Methods in org.eclipse.ptp.debug.core.pdi.event with parameters of type IPDIVariable | |
|---|---|
IPDIVariableInfo |
IPDIEventFactory.newVariableInfo(IPDISession session,
TaskSet tasks,
String name,
IPDIVariable var)
|
IPDIVariableInfo |
AbstractEventFactory.newVariableInfo(IPDISession session,
TaskSet tasks,
String name,
IPDIVariable var)
|
| Uses of IPDIVariable in org.eclipse.ptp.debug.core.pdi.manager |
|---|
| Methods in org.eclipse.ptp.debug.core.pdi.manager that return IPDIVariable | |
|---|---|
IPDIVariable |
IPDIRegisterManager.createShadowRegister(IPDIRegister register,
IPDIStackFrame frame,
String regName)
|
IPDIVariable |
IPDIExpressionManager.createVariable(IPDIStackFrame frame,
String expr)
|
IPDIVariable |
IPDIVariableManager.createVariable(IPDIVariableDescriptor varDesc)
|
IPDIVariable |
IPDIVariableManager.getVariableByName(TaskSet tasks,
String varname)
|
| Methods in org.eclipse.ptp.debug.core.pdi.manager with parameters of type IPDIVariable | |
|---|---|
void |
IPDIExpressionManager.deleteVariable(IPDIVariable variable)
|
void |
IPDIVariableManager.destroyVariable(IPDIVariable variable)
|
| Uses of IPDIVariable in org.eclipse.ptp.debug.core.pdi.model |
|---|
| Subinterfaces of IPDIVariable in org.eclipse.ptp.debug.core.pdi.model | |
|---|---|
interface |
IPDIArgument
Represents an argument in the stack frame |
interface |
IPDIGlobalVariable
Represents global variable |
interface |
IPDILocalVariable
Represents local variable |
interface |
IPDIRegister
A register is special kind of variable that is contained in a register group. |
interface |
IPDIThreadStorage
Represents thread Storage |
| Methods in org.eclipse.ptp.debug.core.pdi.model that return IPDIVariable | |
|---|---|
IPDIVariable |
IPDIVariable.getChild(String varid)
|
IPDIVariable[] |
IPDIVariable.getChildren()
Returns an array of IPDIVariables of the children of current variable or empty array if nothing |
IPDIVariable[] |
IPDIVariable.getChildren(int findex,
int psize)
Returns an array of IPDIVariables of the children of current variable by given a range or empty array if nothing |
IPDIVariable |
IPDITargetExpression.getVariable(IPDIStackFrame context)
Returns the variable of this expression |
| Methods in org.eclipse.ptp.debug.core.pdi.model with parameters of type IPDIVariable | |
|---|---|
boolean |
IPDIRegister.equals(IPDIVariable variable)
Determines whether both variables are the same |
boolean |
IPDIVariable.equals(IPDIVariable variable)
Determines whether both variables are the same |
|
PTP Release 5.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||