public class ProcessedExpression extends ProcessedFEELUnit
ProcessedFEELUnit.DefaultMode
errorListener, expression, packageName, parser
Constructor and Description |
---|
ProcessedExpression(String expression,
CompilerContext ctx,
ProcessedFEELUnit.DefaultMode defaultBackend,
List<FEELProfile> profiles) |
Modifier and Type | Method and Description |
---|---|
Object |
apply(EvaluationContext evaluationContext) |
CompiledExecutableExpression |
getCompiled() |
InterpretedExecutableExpression |
getInterpreted() |
CompiledFEELExpression |
getResult() |
org.drools.javaparser.ast.CompilationUnit |
getSourceCode() |
public ProcessedExpression(String expression, CompilerContext ctx, ProcessedFEELUnit.DefaultMode defaultBackend, List<FEELProfile> profiles)
public CompiledFEELExpression getResult()
public org.drools.javaparser.ast.CompilationUnit getSourceCode()
public InterpretedExecutableExpression getInterpreted()
public CompiledExecutableExpression getCompiled()
public Object apply(EvaluationContext evaluationContext)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.