Class CatFunction

All Implemented Interfaces:
Iterable<GroupingExpression>

public class CatFunction extends FunctionNode
This class represents a cat-function in a GroupingExpression. It evaluates to a byte array that equals the concatenation of the binary result of all arguments in the order they were given to the constructor.
Author:
Simon Thoresen Hult, bratseth