org.codehaus.groovy.runtime
Class DefaultGroovyMethods.RangeInfo
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
from
protected int from
to
protected int to
reverse
protected boolean reverse
DefaultGroovyMethods.RangeInfo
public DefaultGroovyMethods.RangeInfo(int from,
int to,
boolean reverse)
Copyright © 2003-2007 The Codehaus. All Rights Reserved.