|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.uql.path.ConditionExpression
inetsoft.uql.path.expr.Expr
inetsoft.uql.path.expr.BetweenExpr
public class BetweenExpr
Check if a value is between a range of values.
| Field Summary |
|---|
| Fields inherited from class inetsoft.uql.path.ConditionExpression |
|---|
ALL, ANY, SOME |
| Constructor Summary | |
|---|---|
BetweenExpr(Expr expr1,
Expr expr2,
Expr expr3)
Create a between expression. |
|
| Method Summary | |
|---|---|
Object |
execute(XNode tree,
VariableTable vars)
Execute the expression on a data tree. |
Expr |
getExpression1()
Get the LHS expression. |
Expr |
getExpression2()
Get the starting range expression. |
Expr |
getExpression3()
Get the ending range expression. |
Expr[] |
getExpressions()
Get the expressions used in this expr. |
String[] |
getVariables()
Get all variables used in the condition. |
String |
toString()
|
String |
toStringNot()
|
| Methods inherited from class inetsoft.uql.path.expr.Expr |
|---|
aggregate, append, booleanValue, compare, compare, doubleValue, getScalar, getScalarString, toArray, toString, toVector |
| Methods inherited from class inetsoft.uql.path.ConditionExpression |
|---|
parse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BetweenExpr(Expr expr1,
Expr expr2,
Expr expr3)
expr1 - value to check.expr2 - starting value of the range.expr3 - ending value of the range.| Method Detail |
|---|
public Expr getExpression1()
public Expr getExpression2()
public Expr getExpression3()
public String[] getVariables()
getVariables in class Expr
public Object execute(XNode tree,
VariableTable vars)
throws Exception
execute in class ConditionExpressiontree - data tree.vars - variable table.
Exceptionpublic String toString()
toString in class Objectpublic Expr[] getExpressions()
getExpressions in class Exprpublic String toStringNot()
toStringNot in class Expr
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||