public abstract static class ForeachNode.RangeArgs extends Object
range(...) expression in a {foreach ...} loop statement.| Constructor and Description |
|---|
RangeArgs() |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.base.Optional<ExprNode> |
increment()
The expression for the iteration increment.
|
abstract ExprNode |
limit()
The expression for the iteration end point.
|
abstract com.google.common.base.Optional<ExprNode> |
start()
The expression for the iteration start point.
|
public abstract com.google.common.base.Optional<ExprNode> start()
0.public abstract ExprNode limit()
public abstract com.google.common.base.Optional<ExprNode> increment()
1.