Package org.kie.dmn.feel.codegen.feel11
Class CompiledFEELSupport.IterationContextCompiled
- java.lang.Object
-
- org.kie.dmn.feel.codegen.feel11.CompiledFEELSupport.IterationContextCompiled
-
- Enclosing class:
- CompiledFEELSupport
public static class CompiledFEELSupport.IterationContextCompiled extends Object
-
-
Constructor Summary
Constructors Constructor Description IterationContextCompiled(Function<EvaluationContext,Object> name, Function<EvaluationContext,Object> expression)IterationContextCompiled(Function<EvaluationContext,Object> name, Function<EvaluationContext,Object> expression, Function<EvaluationContext,Object> rangeEndExpr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function<EvaluationContext,Object>getExpression()Function<EvaluationContext,Object>getName()Function<EvaluationContext,Object>getRangeEndExpr()
-
-
-
Constructor Detail
-
IterationContextCompiled
public IterationContextCompiled(Function<EvaluationContext,Object> name, Function<EvaluationContext,Object> expression)
-
IterationContextCompiled
public IterationContextCompiled(Function<EvaluationContext,Object> name, Function<EvaluationContext,Object> expression, Function<EvaluationContext,Object> rangeEndExpr)
-
-
Method Detail
-
getName
public Function<EvaluationContext,Object> getName()
-
getExpression
public Function<EvaluationContext,Object> getExpression()
-
getRangeEndExpr
public Function<EvaluationContext,Object> getRangeEndExpr()
-
-