Uses of Interface
org.evrete.api.LiteralEvaluator
Packages that use LiteralEvaluator
-
Uses of LiteralEvaluator in org.evrete.api
Methods in org.evrete.api that return LiteralEvaluatorModifier and TypeMethodDescriptiondefault LiteralEvaluatorExpressionResolver.buildExpression(LiteralExpression expression) This method parses a string argument and returns anEvaluatorif possible.default LiteralEvaluatorRuntimeContext.compile(LiteralExpression expression) A convenience wrapper for compiling literal conditions.Methods in org.evrete.api that return types with arguments of type LiteralEvaluatorModifier and TypeMethodDescriptionExpressionResolver.buildExpressions(Collection<LiteralExpression> expressions) This method builds literal expressions all at once and returns a collection of compiled results.