Uses of Interface
org.evrete.api.LiteralEvaluator
-
Packages that use LiteralEvaluator Package Description org.evrete.api -
-
Uses of LiteralEvaluator in org.evrete.api
Methods in org.evrete.api that return LiteralEvaluator Modifier and Type Method Description default LiteralEvaluatorExpressionResolver. buildExpression(LiteralExpression ignored)Deprecated.in favor ofLiteralSourceCompilerdefault LiteralEvaluatorRuntimeContext. compile(LiteralExpression expression)Methods in org.evrete.api that return types with arguments of type LiteralEvaluator Modifier and Type Method Description default Collection<LiteralEvaluator>ExpressionResolver. buildExpressions(Collection<LiteralExpression> ignored)Deprecated.in favor ofLiteralSourceCompilerCollection<LiteralEvaluator>RuntimeContext. compile(Collection<LiteralExpression> expressions)A convenience method for compiling literal expressions.Collection<LiteralEvaluator>RuleCompiledSources. conditions()
-