public class CompiledFEELSupport extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CompiledFEELSupport.ContextBuilder |
static class |
CompiledFEELSupport.FilterBuilder |
static class |
CompiledFEELSupport.ForBuilder |
static class |
CompiledFEELSupport.IterationContextCompiled |
static class |
CompiledFEELSupport.PathBuilder |
static class |
CompiledFEELSupport.QuantBuilder |
static class |
CompiledFEELSupport.SyntaxErrorListener |
Constructor and Description |
---|
CompiledFEELSupport() |
public static CompiledFEELSupport.ContextBuilder openContext(EvaluationContext ctx)
public static CompiledFEELSupport.FilterBuilder filter(EvaluationContext ctx, Object value)
public static CompiledFEELSupport.PathBuilder path(EvaluationContext ctx, Object value)
public static CompiledFEELSupport.ForBuilder ffor(EvaluationContext ctx)
public static CompiledFEELSupport.QuantBuilder quant(QuantifiedExpressionNode.Quantifier quantOp, EvaluationContext ctx)
public static Object invoke(EvaluationContext feelExprCtx, Object function, Object params)
public static Object notifyCompilationError(EvaluationContext feelExprCtx, String message)
public static CompiledFEELExpression compiledError(String expression, String msg)
public static DirectCompilerResult compiledErrorUnaryTest(String msg)
public static org.drools.javaparser.ast.expr.MethodCallExpr compiledErrorExpression(String msg)
public static BigDecimal pow(BigDecimal l, BigDecimal r)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.