Uses of Interface
org.evrete.api.LiteralExpression
-
Packages that use LiteralExpression Package Description org.evrete.api -
-
Uses of LiteralExpression in org.evrete.api
Methods in org.evrete.api that return LiteralExpression Modifier and Type Method Description LiteralExpressionLiteralEvaluator. getSource()static LiteralExpressionLiteralExpression. of(String source, Rule context)Methods in org.evrete.api with parameters of type LiteralExpression Modifier and Type Method Description default LiteralEvaluatorExpressionResolver. buildExpression(LiteralExpression ignored)Deprecated.in favor ofLiteralSourceCompilerdefault LiteralEvaluatorRuntimeContext. compile(LiteralExpression expression)Method parameters in org.evrete.api with type arguments of type LiteralExpression 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.
-