Package org.kie.dmn.feel.lang.impl
Class CompiledExpressionImpl
- java.lang.Object
-
- org.kie.dmn.feel.lang.impl.CompiledExpressionImpl
-
- All Implemented Interfaces:
Serializable,Function<EvaluationContext,Object>,CompiledFEELExpression,CompiledExpression
@GwtIncompatible public class CompiledExpressionImpl extends Object implements CompiledFEELExpression
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompiledExpressionImpl(ASTNode expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectapply(EvaluationContext evaluationContext)ASTNodegetExpression()booleanisFunctionDef()voidsetExpression(ASTNode expression)StringtoString()
-
-
-
Constructor Detail
-
CompiledExpressionImpl
public CompiledExpressionImpl(ASTNode expression)
-
-
Method Detail
-
getExpression
public ASTNode getExpression()
-
isFunctionDef
public boolean isFunctionDef()
-
setExpression
public void setExpression(ASTNode expression)
-
apply
public Object apply(EvaluationContext evaluationContext)
- Specified by:
applyin interfaceFunction<EvaluationContext,Object>
-
-