Uses of Class
org.apache.olingo.odata2.core.uri.expression.MethodExpressionImpl
-
Packages that use MethodExpressionImpl Package Description org.apache.olingo.odata2.core.uri.expression -
-
Uses of MethodExpressionImpl in org.apache.olingo.odata2.core.uri.expression
Methods in org.apache.olingo.odata2.core.uri.expression that return MethodExpressionImpl Modifier and Type Method Description MethodExpressionImplMethodExpressionImpl. appendParameter(CommonExpression expression)Methods in org.apache.olingo.odata2.core.uri.expression with parameters of type MethodExpressionImpl Modifier and Type Method Description static ExpressionParserExceptionFilterParserExceptionImpl. createMETHOD_WRONG_ARG_COUNT(MethodExpressionImpl methodExpression, Token token, String expression)static ExpressionParserExceptionFilterParserExceptionImpl. createMETHOD_WRONG_INPUT_TYPE(MethodExpressionImpl methodExpression, Token token, String expression)protected MethodExpressionFilterParserImpl. readParameters(org.apache.olingo.odata2.core.uri.expression.InfoMethod methodInfo, MethodExpressionImpl methodExpression, Token methodToken)Read the parameters of a method expression
-