Uses of Class
org.eclipse.xtend.expression.LoggingNullEvaluationHandler.Level

Packages that use LoggingNullEvaluationHandler.Level
org.eclipse.xtend.expression Implementation of the expression framework 
 

Uses of LoggingNullEvaluationHandler.Level in org.eclipse.xtend.expression
 

Methods in org.eclipse.xtend.expression that return LoggingNullEvaluationHandler.Level
static LoggingNullEvaluationHandler.Level LoggingNullEvaluationHandler.Level.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LoggingNullEvaluationHandler.Level[] LoggingNullEvaluationHandler.Level.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.xtend.expression with parameters of type LoggingNullEvaluationHandler.Level
 void LoggingNullEvaluationHandler.setLevel(LoggingNullEvaluationHandler.Level level)
          Set log level for messages.