Package org.kie.dmn.feel.lang.ast
Class ForExpressionNode.ForIteration
- java.lang.Object
-
- org.kie.dmn.feel.lang.ast.ForExpressionNode.ForIteration
-
- Enclosing class:
- ForExpressionNode
public static class ForExpressionNode.ForIteration extends Object
-
-
Constructor Summary
Constructors Constructor Description ForIteration(String name, Iterable values)ForIteration(String name, BigDecimal start, BigDecimal end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()ObjectgetNextValue()booleanhasNextValue()
-
-
-
Constructor Detail
-
ForIteration
public ForIteration(String name, BigDecimal start, BigDecimal end)
-
-