|
Eclipse JDT Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The result of an evaluation. An evaluation result may contain problems and/or a result value.
Clients are not intended to implement this interface.
Method Summary | |
String[] | getErrorMessages()
Returns an array of problem messages. |
Message[] | getErrors()
Deprecated. use getErrorMessages() |
IEvaluationEngine | getEvaluationEngine()
Returns the evaluation engine used to evaluate the original snippet. |
DebugException | getException()
Returns any exception that occurred while performing the evaluation or null if an exception did not occur. |
String | getSnippet()
Returns the snippet that was evaluated. |
IJavaThread | getThread()
Returns the thread in which the evaluation was performed. |
IJavaValue | getValue()
Returns the value representing the result of the evaluation, or null if the associated evaluation failed. |
boolean | hasErrors()
Returns whether the evaluation had any problems or if an exception occurred while performing the evaluation. |
Method Detail |
public IJavaValue getValue()
public boolean hasErrors()
public Message[] getErrors()
public String[] getErrorMessages()
public String getSnippet()
public DebugException getException()
public IJavaThread getThread()
public IEvaluationEngine getEvaluationEngine()
|
Eclipse JDT Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |