Class ToStringFunction

All Implemented Interfaces:
Iterable<GroupingExpression>

public class ToStringFunction extends FunctionNode
This class represents a tolong-function in a GroupingExpression. It converts the result of the argument to a long. If the argument can not be converted, this function returns 0.
Author:
baldersheim, bratseth