Groovy 2.2.0

org.codehaus.groovy.runtime
[Java] Class RangeInfo

java.lang.Object
  org.codehaus.groovy.runtime.RangeInfo

public class RangeInfo
extends Object

Field Summary
int from

boolean reverse

int to

 
Constructor Summary
RangeInfo(int from, int to, boolean reverse)

 
Method Summary
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

from

public final int from


reverse

public final boolean reverse


to

public final int to


 
Constructor Detail

RangeInfo

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


 

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