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