Package org.jxls.expression
Class ExpressionEvaluator4JSR223Impl
java.lang.Object
org.jxls.expression.ExpressionEvaluator4JSR223Impl
- All Implemented Interfaces:
ExpressionEvaluator
JSR 223 based implementation of the
ExpressionEvaluator interface-
Constructor Summary
ConstructorsConstructorDescriptionExpressionEvaluator4JSR223Impl(ScriptEngine scriptEngine, String expression) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jxls.expression.ExpressionEvaluator
isConditionTrue, isConditionTrue
-
Constructor Details
-
ExpressionEvaluator4JSR223Impl
-
-
Method Details
-
evaluate
- Specified by:
evaluatein interfaceExpressionEvaluator
-
evaluate
- Specified by:
evaluatein interfaceExpressionEvaluator
-
getExpression
- Specified by:
getExpressionin interfaceExpressionEvaluator
-
clear
public void clear()Clear cache for current thread
-