Package org.kie.dmn.feel.lang.impl
Class CompiledExpressionImpl
- java.lang.Object
-
- org.kie.dmn.feel.lang.impl.CompiledExpressionImpl
-
- All Implemented Interfaces:
java.io.Serializable,java.util.function.Function<EvaluationContext,java.lang.Object>,CompiledFEELExpression,CompiledExpression
public class CompiledExpressionImpl extends java.lang.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 java.lang.Objectapply(EvaluationContext evaluationContext)ASTNodegetExpression()booleanisFunctionDef()voidsetExpression(ASTNode expression)java.lang.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 java.lang.Object apply(EvaluationContext evaluationContext)
- Specified by:
applyin interfacejava.util.function.Function<EvaluationContext,java.lang.Object>
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-