Uses of Interface
org.apache.olingo.odata2.api.uri.expression.BinaryExpression
Packages that use BinaryExpression
Package
Description
Expression Parser
-
Uses of BinaryExpression in org.apache.olingo.odata2.api.uri.expression
Methods in org.apache.olingo.odata2.api.uri.expression with parameters of type BinaryExpressionModifier and TypeMethodDescriptionExpressionVisitor.visitBinary(BinaryExpression binaryExpression, BinaryOperator operator, Object leftSide, Object rightSide) Visits a binary expression -
Uses of BinaryExpression in org.apache.olingo.odata2.core.uri.expression
Classes in org.apache.olingo.odata2.core.uri.expression that implement BinaryExpressionMethods in org.apache.olingo.odata2.core.uri.expression with parameters of type BinaryExpressionModifier and TypeMethodDescriptionprotected voidFilterParserImpl.validateBinaryOperatorTypes(BinaryExpression binaryExpression) JsonVisitor.visitBinary(BinaryExpression binaryExpression, BinaryOperator operator, Object leftSide, Object rightSide)