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 final int from
to
public final int to
reverse
public final boolean reverse
DefaultGroovyMethodsSupport.RangeInfo
public DefaultGroovyMethodsSupport.RangeInfo(int from,
                                             int to,
                                             boolean reverse)