|
 |
|
|
Uses of Interface org.eclipse.jdt.debug.core.IJavaObject
Methods in
org.eclipse.jdt.debug.eval with parameters of type
IJavaObject
|
void
|
IEvaluationEngine.
evaluate
(
String snippet,
IJavaObject thisContext,
IJavaThread thread,
IEvaluationListener listener,
int evaluationDetail,
boolean hitBreakpoints)
Asynchronously evaluates the given snippet in the context of
the specified type, reporting the result back to the given listener. |
void
|
IAstEvaluationEngine.
evaluateExpression
(
ICompiledExpression expression,
IJavaObject object,
IJavaThread thread,
IEvaluationListener listener,
int evaluationDetail,
boolean hitBreakpoints)
Asynchronously evaluates the given expression in the context of
the specified type, reporting the result back to the given listener. |
ICompiledExpression
|
IAstEvaluationEngine.
getCompiledExpression
(
String expression,
IJavaObject object)
Synchronously generates a compiled expression from the given expression
in the context of the specified object. |
Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.
|
|
|