|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnaryOperator | |
---|---|
org.apache.olingo.odata2.api.uri.expression | Expression Parser |
Uses of UnaryOperator in org.apache.olingo.odata2.api.uri.expression |
---|
Methods in org.apache.olingo.odata2.api.uri.expression that return UnaryOperator | |
---|---|
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. |
Methods in org.apache.olingo.odata2.api.uri.expression with parameters of type UnaryOperator | |
---|---|
Object |
ExpressionVisitor.visitUnary(UnaryExpression unaryExpression,
UnaryOperator operator,
Object operand)
Visits a unary expression |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |