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
 int from
           
 boolean reverse
           
 int to
           
 
Constructor Summary
DefaultGroovyMethodsSupport.RangeInfo(int from, int to, boolean reverse)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

from

public int from

to

public int to

reverse

public boolean reverse
Constructor Detail

DefaultGroovyMethodsSupport.RangeInfo

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

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