Package org.kie.dmn.feel.lang.impl
Class CompiledExecutableExpression
- java.lang.Object
-
- org.kie.dmn.feel.lang.impl.CompiledExecutableExpression
-
- All Implemented Interfaces:
Serializable,Function<EvaluationContext,Object>,CompiledFEELExpression,CompiledExpression
@GwtIncompatible public class CompiledExecutableExpression extends Object implements CompiledFEELExpression
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompiledExecutableExpression(CompiledFEELExpression expr)
-
-
-
Constructor Detail
-
CompiledExecutableExpression
public CompiledExecutableExpression(CompiledFEELExpression expr)
-
-
Method Detail
-
apply
public Object apply(EvaluationContext evaluationContext)
- Specified by:
applyin interfaceFunction<EvaluationContext,Object>
-
-