Class DefaultEvaluationResult
- java.lang.Object
-
- org.eclipse.xtext.xbase.interpreter.impl.DefaultEvaluationResult
-
- All Implemented Interfaces:
IEvaluationResult
public class DefaultEvaluationResult extends java.lang.Object implements IEvaluationResult
-
-
Constructor Summary
Constructors Constructor Description DefaultEvaluationResult(java.lang.Object result, java.lang.Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThrowablegetException()java.lang.ObjectgetResult()
-
-
-
Method Detail
-
getException
public java.lang.Throwable getException()
- Specified by:
getExceptionin interfaceIEvaluationResult
-
getResult
public java.lang.Object getResult()
- Specified by:
getResultin interfaceIEvaluationResult
-
-