Package org.kie.dmn.feel.lang.impl
Class InterpretedExecutableExpression
- java.lang.Object
-
- org.kie.dmn.feel.lang.impl.InterpretedExecutableExpression
-
- All Implemented Interfaces:
java.io.Serializable,java.util.function.Function<EvaluationContext,java.lang.Object>,CompiledFEELExpression,CompiledExpression
public class InterpretedExecutableExpression extends java.lang.Object implements CompiledFEELExpression
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InterpretedExecutableExpression(CompiledExpressionImpl expr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectapply(EvaluationContext evaluationContext)ASTNodegetASTNode()Internals helper methods.booleanisFunctionDef()
-
-
-
Constructor Detail
-
InterpretedExecutableExpression
public InterpretedExecutableExpression(CompiledExpressionImpl expr)
-
-
Method Detail
-
isFunctionDef
public boolean isFunctionDef()
-
apply
public java.lang.Object apply(EvaluationContext evaluationContext)
- Specified by:
applyin interfacejava.util.function.Function<EvaluationContext,java.lang.Object>
-
getASTNode
public ASTNode getASTNode()
Internals helper methods.
-
-