org.codehaus.groovy.runtime
Class DefaultGroovyMethodsSupport.RangeInfo

java.lang.Object
  extended by org.codehaus.groovy.runtime.DefaultGroovyMethodsSupport.RangeInfo
Enclosing class:
DefaultGroovyMethodsSupport

protected static class DefaultGroovyMethodsSupport.RangeInfo
extends Object


Field Summary
Modifier and Type Field and Description
 int from
           
 boolean reverse
           
 int to
           
 
Constructor Summary
Constructor and Description
DefaultGroovyMethodsSupport.RangeInfo(int from, int to, boolean reverse)
           
 
Method Summary
Modifier and Type Method and Description
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

from

public final int from

to

public final int to

reverse

public final boolean reverse
Constructor Detail

DefaultGroovyMethodsSupport.RangeInfo

public DefaultGroovyMethodsSupport.RangeInfo(int from,
                                             int to,
                                             boolean reverse)

Copyright © 2003-2010 The Codehaus. All rights reserved.