|
Groovy 2.2.0 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.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 |
|---|
public final int from
public final boolean reverse
public final int to
| Constructor Detail |
|---|
public RangeInfo(int from, int to, boolean reverse)
Copyright © 2003-2013 The Codehaus. All rights reserved.