public class Range extends Object
| Constructor and Description |
|---|
Range(String fromExpr,
String toExpr,
String funcBody) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.jexl2.Expression |
getFromExpr() |
org.apache.commons.jexl2.Expression |
getFuncBody() |
org.apache.commons.jexl2.Expression |
getToExpr() |
boolean |
haveFromExpr() |
boolean |
haveToExpr() |
String |
toString() |
Copyright © 2013–2014. All rights reserved.