Uses of Enum Class
org.apache.olingo.odata2.api.uri.expression.BinaryOperator
Packages that use BinaryOperator
Package
Description
Expression Parser
-
Uses of BinaryOperator in org.apache.olingo.odata2.api.uri.expression
Methods in org.apache.olingo.odata2.api.uri.expression that return BinaryOperatorModifier and TypeMethodDescriptionBinaryExpression.getOperator()static BinaryOperatorReturns the enum constant of this class with the specified name.static BinaryOperator[]BinaryOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.olingo.odata2.api.uri.expression with parameters of type BinaryOperatorModifier and TypeMethodDescriptionExpressionVisitor.visitBinary(BinaryExpression binaryExpression, BinaryOperator operator, Object leftSide, Object rightSide) Visits a binary expression -
Uses of BinaryOperator in org.apache.olingo.odata2.core.uri.expression
Methods in org.apache.olingo.odata2.core.uri.expression that return BinaryOperatorModifier and TypeMethodDescriptionBinaryExpressionImpl.getOperator()MemberExpressionImpl.getOperator()Methods in org.apache.olingo.odata2.core.uri.expression with parameters of type BinaryOperatorModifier and TypeMethodDescriptionstatic ExpressionParserExceptionFilterParserExceptionImpl.createINVALID_TYPES_FOR_BINARY_OPERATOR(BinaryOperator op, EdmType left, EdmType right, Token token, String expression) JsonVisitor.visitBinary(BinaryExpression binaryExpression, BinaryOperator operator, Object leftSide, Object rightSide)