inetsoft.uql.path.expr
Class DateExpr
java.lang.Object
inetsoft.uql.path.ConditionExpression
inetsoft.uql.path.expr.Expr
inetsoft.uql.path.expr.DateExpr
- All Implemented Interfaces:
- Serializable
public class DateExpr
- extends Expr
A date value expression.
- See Also:
- Serialized Form
| Methods inherited from class inetsoft.uql.path.expr.Expr |
aggregate, append, booleanValue, compare, compare, doubleValue, getScalar, getScalarString, getVariables, toArray, toString, toStringNot, toVector |
DateExpr
public DateExpr(String str,
String fmt)
- Create a date value by parsing a string.
getValue
public Object getValue()
- Get the date value.
execute
public Object execute(XNode tree,
VariableTable vars)
- Execute the expression on a data tree.
- Specified by:
execute in class ConditionExpression
- Parameters:
tree - data tree.vars - variable table.
getExpressions
public Expr[] getExpressions()
- Get the expressions used in this expr. This is used for traversal down
the expr tree.
- Specified by:
getExpressions in class Expr
toString
public String toString()
- Overrides:
toString in class Object