Class EvaluationResult

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.eval.EvaluationResult

public class EvaluationResult extends Object
An EvaluationResult is the result of a code snippet evaluation, a global variable evaluation or it is used to report problems against imports and package declaration. It primarily contains the representation of the resulting value (e.g. its toString() representation). However if the code snippet, a global variable definition, an import or the package declaration could not be compiled, it contains the corresponding compilation problems.