|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPDIRegister
A register is special kind of variable that is contained in a register group. Each register has a name and a AIF value
| Method Summary | |
|---|---|
void |
dispose()
Remove the variable from the manager list |
boolean |
equals(IPDIVariable variable)
Determines whether both variables are the same |
IAIF |
getAIF(IPDIStackFrame context)
Returns AIF value of this variable |
boolean |
isEditable()
Returns whether the value of this variable could be changed |
void |
setValue(String expression)
Sets value of this variable by given expression |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.IPDIVariable |
|---|
getChild, getChildren, getChildren, getChildrenNumber, resetValue |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.IPDIVariableDescriptor |
|---|
equalDescriptors, getAIF, getCastingArrayEnd, getCastingArrayStart, getCastingTypes, getFullName, getId, getName, getPosition, getQualifiedName, getStackDepth, getStackFrame, getThread, getTypeName, getVariableDescriptorAsArray, getVariableDescriptorAsType, setAIF, setCastingArrayEnd, setCastingArrayStart, sizeof |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISessionObject |
|---|
getSession |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet |
|---|
getTasks |
| Method Detail |
|---|
boolean isEditable()
throws PDIException
isEditable in interface IPDIVariablePDIException - on failure
IAIF getAIF(IPDIStackFrame context)
throws PDIException
context - StackFrame
PDIException - on failure
void setValue(String expression)
throws PDIException
setValue in interface IPDIVariableexpression - an expression to generate a new AIF value
PDIException - on failure
void dispose()
throws PDIException
dispose in interface IPDIVariablePDIException - on failureboolean equals(IPDIVariable variable)
equals in interface IPDIVariablevariable - IPDIVariable for comparing
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||