Class StrLenFunction

All Implemented Interfaces:
Iterable<GroupingExpression>

public class StrLenFunction extends FunctionNode
This class represents a strcat-function in a GroupingExpression. It evaluates to a long that equals the number of bytes in the string result of the argument.
Author:
Simon Thoresen Hult, bratseth
  • Constructor Details

    • StrLenFunction

      public StrLenFunction(GroupingExpression exp)
      Constructs a new instance of this class.
      Parameters:
      exp - The expression to evaluate, must evaluate to a string.
  • Method Details