Package org.kie.dmn.feel.lang.impl
Class UnaryTestInterpretedExecutableExpression
- java.lang.Object
-
- org.kie.dmn.feel.lang.impl.UnaryTestInterpretedExecutableExpression
-
- All Implemented Interfaces:
Serializable,Function<EvaluationContext,Object>,CompiledFEELExpression,CompiledExpression
@GwtIncompatible public class UnaryTestInterpretedExecutableExpression extends Object implements CompiledFEELExpression
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static UnaryTestInterpretedExecutableExpressionEMPTY
-
Constructor Summary
Constructors Constructor Description UnaryTestInterpretedExecutableExpression(CompiledExpressionImpl expr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<UnaryTest>apply(EvaluationContext evaluationContext)ASTNodegetASTNode()Internals helper methods.
-
-
-
Field Detail
-
EMPTY
public static final UnaryTestInterpretedExecutableExpression EMPTY
-
-
Constructor Detail
-
UnaryTestInterpretedExecutableExpression
public UnaryTestInterpretedExecutableExpression(CompiledExpressionImpl expr)
-
-
Method Detail
-
apply
public List<UnaryTest> apply(EvaluationContext evaluationContext)
- Specified by:
applyin interfaceFunction<EvaluationContext,Object>
-
getASTNode
public ASTNode getASTNode()
Internals helper methods.
-
-