Package org.codehaus.groovy.runtime
Class RangeInfo
java.lang.Object
org.codehaus.groovy.runtime.RangeInfo
public class RangeInfo
extends java.lang.Object
- 
Field Summary
- 
Constructor SummaryConstructors Constructor Description RangeInfo(int from, int to, boolean reverse)
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Field Details- 
frompublic final int from
- 
topublic final int to
- 
reversepublic final boolean reverse
 
- 
- 
Constructor Details- 
RangeInfopublic RangeInfo(int from, int to, boolean reverse)
 
-