Uses of Class
org.apache.olingo.odata2.api.uri.expression.MethodOperator
-
Packages that use MethodOperator Package Description org.apache.olingo.odata2.api.uri.expression Expression Parser -
-
Uses of MethodOperator in org.apache.olingo.odata2.api.uri.expression
Methods in org.apache.olingo.odata2.api.uri.expression that return MethodOperator Modifier and Type Method Description MethodOperatorMethodExpression. getMethod()static MethodOperatorMethodOperator. 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.Methods in org.apache.olingo.odata2.api.uri.expression with parameters of type MethodOperator Modifier and Type Method Description ObjectExpressionVisitor. visitMethod(MethodExpression methodExpression, MethodOperator method, List<Object> parameters)Visits a method expression
-