| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.uri.expression |
Expression Parser
|
| org.apache.olingo.odata2.core.uri.expression |
| Modifier and Type | Method and Description |
|---|---|
BinaryOperator |
BinaryExpression.getOperator() |
static BinaryOperator |
BinaryOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryOperator[] |
BinaryOperator.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.visitBinary(BinaryExpression binaryExpression,
BinaryOperator operator,
Object leftSide,
Object rightSide)
Visits a binary expression
|
| Modifier and Type | Method and Description |
|---|---|
BinaryOperator |
MemberExpressionImpl.getOperator() |
BinaryOperator |
BinaryExpressionImpl.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionParserException |
FilterParserExceptionImpl.createINVALID_TYPES_FOR_BINARY_OPERATOR(BinaryOperator op,
EdmType left,
EdmType right,
Token token,
String expression) |
Object |
JsonVisitor.visitBinary(BinaryExpression binaryExpression,
BinaryOperator operator,
Object leftSide,
Object rightSide) |
Copyright © 2020. All rights reserved.