|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPStackFrame
Represents a stack frame
| Method Summary | |
|---|---|
boolean |
canEvaluate()
Check if expressions can be evaluated in this stack frame |
IValue |
evaluateExpression(String expression)
Evaluate an expression in this stack frame |
String |
evaluateExpressionToString(String expression)
Evaluate an expression in this stack frame. |
BigInteger |
getAddress()
Get the address of this stack frame |
String |
getFile()
Get the file associated with this stack frame |
int |
getFrameLineNumber()
Get the frame line number |
String |
getFunction()
Get the function |
int |
getLevel()
Get the frame level |
IPDIStackFrame |
getPDIStackFrame()
Get the PDI stack frame |
| Methods inherited from interface org.eclipse.ptp.debug.core.model.IRunToLine |
|---|
canRunToLine, runToLine |
| Methods inherited from interface org.eclipse.ptp.debug.core.model.IRunToAddress |
|---|
canRunToAddress, runToAddress |
| Methods inherited from interface org.eclipse.ptp.debug.core.model.IJumpToLine |
|---|
canJumpToLine, jumpToLine |
| Methods inherited from interface org.eclipse.ptp.debug.core.model.IJumpToAddress |
|---|
canJumpToAddress, jumpToAddress |
| Methods inherited from interface org.eclipse.ptp.debug.core.model.IPDebugElement |
|---|
getCurrentStateInfo, getID, getSession, getState |
| Method Detail |
|---|
boolean canEvaluate()
IValue evaluateExpression(String expression)
throws DebugException
expression -
DebugException
String evaluateExpressionToString(String expression)
throws DebugException
DebugExceptionBigInteger getAddress()
String getFile()
int getFrameLineNumber()
String getFunction()
int getLevel()
IPDIStackFrame getPDIStackFrame()
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||