Uses of Package
org.apache.olingo.odata2.core.uri.expression
-
Packages that use org.apache.olingo.odata2.core.uri.expression Package Description org.apache.olingo.odata2.core.uri.expression -
Classes in org.apache.olingo.odata2.core.uri.expression used by org.apache.olingo.odata2.core.uri.expression Class Description ActualBinaryOperator ExpressionParserInternalError Internal error in the expression parser.FilterParser Interface which defines a method for parsing a $filter expression to allow different parser implementationsFilterParserImpl InputTypeValidator MethodExpressionImpl OrderByParser Interface which defines a method for parsing a $orderby expression to allow different parser implementationsParameterSet Parameter set is a vector of 1 or more EDM types, it is used to store the possible input and return types of a OData filter operator or OData filter methodParameterSetCombination PropertyExpressionImpl Token Tokenizer Expression tokenizerTokenizerException This exception is thrown if there is an error during tokenizing.
This exception in not in the public API, but may be added as cause for theExpressionParserExceptionexception.TokenizerExpectError This exception is thrown if a token should be read from the top of theTokenListwhich does not match an expected token.TokenKind The token kind is used to categorize a singleToken.TokenList