Uses of Class
org.apache.olingo.odata2.core.uri.expression.ActualBinaryOperator
-
Packages that use ActualBinaryOperator Package Description org.apache.olingo.odata2.core.uri.expression -
-
Uses of ActualBinaryOperator in org.apache.olingo.odata2.core.uri.expression
Methods in org.apache.olingo.odata2.core.uri.expression that return ActualBinaryOperator Modifier and Type Method Description protected ActualBinaryOperatorFilterParserImpl. readBinaryOperator()Methods in org.apache.olingo.odata2.core.uri.expression with parameters of type ActualBinaryOperator Modifier and Type Method Description protected CommonExpressionFilterParserImpl. readElement(CommonExpression leftExpression, ActualBinaryOperator leftOperator)Reads: Unary operators, Methods, Properties, ...protected voidFilterParserImpl. validateEdmProperty(CommonExpression leftExpression, PropertyExpressionImpl property, Token propertyToken, ActualBinaryOperator actBinOp)
-