org.apache.olingo.odata2.api.uri.expression
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 "-" )
Methods inherited from interface org.apache.olingo.odata2.api.uri.expression.Visitable |
accept |
getOperator
UnaryOperator getOperator()
- Returns:
- Returns the operator object that represents the used operator
- See Also:
UnaryOperator
getOperand
CommonExpression getOperand()
- Returns:
- Returns the expression node of the operand of the unary operator
- See Also:
CommonExpression
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.