| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.uri.expression |
Expression Parser
|
| org.apache.olingo.odata2.core.uri.expression |
| Modifier and Type | Method and Description |
|---|---|
MethodOperator |
MethodExpression.getMethod() |
static MethodOperator |
MethodOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodOperator[] |
MethodOperator.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.visitMethod(MethodExpression methodExpression,
MethodOperator method,
List<Object> parameters)
Visits a method expression
|
| Modifier and Type | Method and Description |
|---|---|
MethodOperator |
MethodExpressionImpl.getMethod() |
| Modifier and Type | Method and Description |
|---|---|
Object |
JsonVisitor.visitMethod(MethodExpression methodExpression,
MethodOperator method,
List<Object> parameters) |
Copyright © 2020. All rights reserved.