public class InterpretedExecutableExpression extends Object implements CompiledFEELExpression
Constructor and Description |
---|
InterpretedExecutableExpression(CompiledExpressionImpl expr) |
Modifier and Type | Method and Description |
---|---|
Object |
apply(EvaluationContext evaluationContext) |
boolean |
isFunctionDef() |
public InterpretedExecutableExpression(CompiledExpressionImpl expr)
public boolean isFunctionDef()
public Object apply(EvaluationContext evaluationContext)
apply
in interface Function<EvaluationContext,Object>
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.