Interface Unary
- All Superinterfaces:
Expression
,VisitableExpression
Represents a unary expression node in the expression tree
A binary expression node is inserted in the expression tree for any valid ODATA unary operator in
A binary expression node is inserted in the expression tree for any valid ODATA unary operator in
UnaryOperatorKind
-
Method Summary
Methods inherited from interface org.apache.olingo.server.api.uri.queryoption.expression.VisitableExpression
accept
-
Method Details
-
getOperand
Expression getOperand()- Returns:
- The used binary operator
- See Also:
-
getOperator
UnaryOperatorKind getOperator()- Returns:
- Expression sub tree to which the operator applies
-