org.eclipse.xtend.expression
Class ExceptionRaisingNullEvaluationHandler

java.lang.Object
  extended by org.eclipse.xtend.expression.ExceptionRaisingNullEvaluationHandler
All Implemented Interfaces:
NullEvaluationHandler

public class ExceptionRaisingNullEvaluationHandler
extends java.lang.Object
implements NullEvaluationHandler


Constructor Summary
ExceptionRaisingNullEvaluationHandler()
           
 
Method Summary
 java.lang.Object handleNullEvaluation(SyntaxElement element, ExecutionContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionRaisingNullEvaluationHandler

public ExceptionRaisingNullEvaluationHandler()
Method Detail

handleNullEvaluation

public java.lang.Object handleNullEvaluation(SyntaxElement element,
                                             ExecutionContext ctx)
Specified by:
handleNullEvaluation in interface NullEvaluationHandler