public class DayOfWeekFunction extends FunctionNode
GroupingExpression
. It evaluates to a long that
equals the day of week (0 - 6) of the result of the argument, Monday being 0.Constructor and Description |
---|
DayOfWeekFunction(GroupingExpression exp)
Constructs a new instance of this class.
|
asList, asList, asList, getArg, getNumArgs, iterator, resolveLevel, visit
asImage, asString, getLevel, setLabel
getLabel, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public DayOfWeekFunction(GroupingExpression exp)
exp
- The expression to evaluate, must evaluate to a long.Copyright © 2017. All rights reserved.