Interface UnaryExpression

  • All Superinterfaces:
    CommonExpression, Visitable

    public interface UnaryExpression
    extends CommonExpression
    Represents a unary expression node in the expression tree

    A unary expression node is inserted in the expression tree for any valid ODATA unary operator in UnaryOperator (e.g. for "not or "-" )