org.codehaus.groovy.runtime
Class DefaultGroovyMethodsSupport.RangeInfo
java.lang.Object
org.codehaus.groovy.runtime.DefaultGroovyMethodsSupport.RangeInfo
- Enclosing class:
- DefaultGroovyMethodsSupport
protected static class DefaultGroovyMethodsSupport.RangeInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
from
public int from
to
public int to
reverse
public boolean reverse
DefaultGroovyMethodsSupport.RangeInfo
public DefaultGroovyMethodsSupport.RangeInfo(int from,
int to,
boolean reverse)