protected static class DefaultGroovyMethods.RangeInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
from |
protected boolean |
reverse |
protected int |
to |
| Constructor and Description |
|---|
DefaultGroovyMethods.RangeInfo(int from,
int to,
boolean reverse) |