|
Eclipse JDT Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IJavaStackFrame | |
org.eclipse.jdt.debug.eval | Provides a set classes and interfaces that support evaluations in the Java debugger. |
Uses of IJavaStackFrame in org.eclipse.jdt.debug.eval |
Methods in org.eclipse.jdt.debug.eval with parameters of type IJavaStackFrame | |
void |
IAstEvaluationEngine.evaluateExpression(ICompiledExpression expression,
IJavaStackFrame frame,
IEvaluationListener listener,
int evaluationDetail,
boolean hitBreakpoints)
Asynchronously evaluates the given expression in the context of the specified stack frame, reporting the result back to the given listener. |
ICompiledExpression |
IAstEvaluationEngine.getCompiledExpression(String expression,
IJavaStackFrame frame)
Synchronously generates a compiled expression from the given expression in the context of the specified stack frame. |
void |
IEvaluationEngine.evaluate(String snippet,
IJavaStackFrame frame,
IEvaluationListener listener,
int evaluationDetail,
boolean hitBreakpoints)
Asynchronously evaluates the given snippet in the context of the specified stack frame, reporting the result back to the given listener. |
|
Eclipse JDT Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |