public static class ForExpressionNode.ForIteration extends Object
| Constructor and Description |
|---|
ForIteration(String name,
BigDecimal start,
BigDecimal end) |
ForIteration(String name,
Iterable values) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Object |
getNextValue() |
boolean |
hasNextValue() |
public ForIteration(String name, BigDecimal start, BigDecimal end)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.