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