Package org.kie.dmn.feel.lang.impl
Class InterpretedExecutableExpression
- java.lang.Object
-
- org.kie.dmn.feel.lang.impl.InterpretedExecutableExpression
-
- All Implemented Interfaces:
Serializable,Function<EvaluationContext,Object>,CompiledFEELExpression,CompiledExpression
@GwtIncompatible public class InterpretedExecutableExpression extends 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 Objectapply(EvaluationContext evaluationContext)ASTNodegetASTNode()Internals helper methods.booleanisFunctionDef()
-
-
-
Constructor Detail
-
InterpretedExecutableExpression
public InterpretedExecutableExpression(CompiledExpressionImpl expr)
-
-
Method Detail
-
isFunctionDef
public boolean isFunctionDef()
-
apply
public Object apply(EvaluationContext evaluationContext)
- Specified by:
applyin interfaceFunction<EvaluationContext,Object>
-
getASTNode
public ASTNode getASTNode()
Internals helper methods.
-
-