Class MultiExpression

All Implemented Interfaces:
Serializable, ASTNode, Operand

public class MultiExpression extends Predicate
An expression for an single operator with an arbitrary number of operands.

It extends Predicate but it's really not a real Predicate (some users of Predicate expect it to have lvalue and rvalue fields, which are null in this class).

Author:
Florent Guillaume
See Also: