org.codehaus.groovy.runtime
Class DefaultGroovyMethods.RangeInfo

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

protected static class DefaultGroovyMethods.RangeInfo
extends Object


Field Summary
protected  int from
           
protected  boolean reverse
           
protected  int to
           
 
Constructor Summary
DefaultGroovyMethods.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

protected int from

to

protected int to

reverse

protected boolean reverse
Constructor Detail

DefaultGroovyMethods.RangeInfo

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


Copyright © 2003-2010 The Codehaus. All Rights Reserved.