Package org.drools.mvel.expr
Class MvelEvaluator<T>
java.lang.Object
org.drools.mvel.expr.MvelEvaluator<T>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> MvelEvaluator<T>static <T> MvelEvaluator<T>createMvelEvaluator(MvelEvaluator<T> syncedWith, Serializable expr) evaluate(org.mvel2.integration.VariableResolverFactory factory) getExpr()protected <T> TinternalEvaluate(Object ctx, org.mvel2.integration.VariableResolverFactory factory) static voidstatic voidsetEvaluatorType(MvelEvaluator.EvaluatorType evaluatorType)
-
Field Details
-
THREAD_SAFETY_PROPERTY
- See Also:
-
expr
-
-
Method Details
-
setEvaluatorType
-
resetEvaluatorType
public static void resetEvaluatorType() -
createMvelEvaluator
-
createMvelEvaluator
public static <T> MvelEvaluator<T> createMvelEvaluator(MvelEvaluator<T> syncedWith, Serializable expr) -
evaluate
-
evaluate
-
evaluate
-
evaluate
-
internalEvaluate
-
getExpr
-