| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.uri.expression |
Expression Parser
|
| org.apache.olingo.odata2.core.uri.expression |
| Modifier and Type | Method and Description |
|---|---|
UnaryOperator |
UnaryExpression.getOperator() |
static UnaryOperator |
UnaryOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnaryOperator[] |
UnaryOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ExpressionVisitor.visitUnary(UnaryExpression unaryExpression,
UnaryOperator operator,
Object operand)
Visits a unary expression
|
| Modifier and Type | Method and Description |
|---|---|
UnaryOperator |
UnaryExpressionImpl.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
Object |
JsonVisitor.visitUnary(UnaryExpression unaryExpression,
UnaryOperator operator,
Object operand) |
Copyright © 2020. All rights reserved.