Uses of Interface
org.evrete.api.LiteralExpression
Packages that use LiteralExpression
-
Uses of LiteralExpression in org.evrete.api
Methods in org.evrete.api that return LiteralExpressionModifier and TypeMethodDescriptionLiteralEvaluator.getSource()static LiteralExpressionLiteralExpression.of(String source, NamedType.Resolver context) Methods in org.evrete.api with parameters of type LiteralExpressionModifier 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.Method parameters in org.evrete.api with type arguments of type LiteralExpressionModifier and TypeMethodDescriptionExpressionResolver.buildExpressions(Collection<LiteralExpression> expressions) This method builds literal expressions all at once and returns a collection of compiled results.