Uses of Class
org.apache.olingo.odata2.core.uri.expression.Token
Packages that use Token
-
Uses of Token in org.apache.olingo.odata2.core.uri.expression
Fields in org.apache.olingo.odata2.core.uri.expression declared as TokenModifier and TypeFieldDescriptionprotected final TokenActualBinaryOperator.tokenprotected final TokenBinaryExpressionImpl.tokenMethods in org.apache.olingo.odata2.core.uri.expression that return TokenModifier and TypeMethodDescriptionTokenList.elementAt(int index) TokenList.expectToken(String literal) TokenList.expectToken(String literal, boolean throwInternal) TokenList.expectToken(TokenKind comma) TokenList.expectToken(TokenKind comma, boolean throwFilterExpression) ActualBinaryOperator.getToken()BinaryExpressionImpl.getToken()TokenizerException.getToken()TokenList.lookPrevToken()TokenList.lookToken()TokenList.next()Methods in org.apache.olingo.odata2.core.uri.expression with parameters of type TokenModifier and TypeMethodDescriptionstatic ExpressionParserExceptionFilterParserExceptionImpl.createCOMMA_OR_CLOSING_PARENTHESIS_EXPECTED_AFTER_POS(Token token, String expression) static ExpressionParserExceptionFilterParserExceptionImpl.createCOMMA_OR_END_EXPECTED_AT_POS(Token token, String expression) static ExpressionParserExceptionFilterParserExceptionImpl.createEXPRESSION_EXPECTED_AFTER_POS(Token token, String expression) static ExpressionParserExceptionFilterParserExceptionImpl.createEXPRESSION_EXPECTED_AT_POS(Token token, String expression) static ExpressionParserExceptionFilterParserExceptionImpl.createINVALID_METHOD_CALL(CommonExpression leftNode, Token prevToken, String expression) static ExpressionParserExceptionFilterParserExceptionImpl.createINVALID_SORT_ORDER(Token token, String expression) ExpressionParserInternalError.createINVALID_TOKEN_AT(String expectedToken, Token actualToken) static TokenizerExpectErrorTokenizerExpectError.createINVALID_TOKEN_AT(String expectedToken, Token actualToken) ExpressionParserInternalError.createINVALID_TOKENKIND_AT(TokenKind expectedTokenKind, Token actualToken) static TokenizerExpectErrorTokenizerExpectError.createINVALID_TOKENKIND_AT(TokenKind expectedTokenKind, Token actualToken) static ExpressionParserExceptionFilterParserExceptionImpl.createINVALID_TRAILING_TOKEN_DETECTED_AFTER_PARSING(Token token, String expression) static ExpressionParserExceptionFilterParserExceptionImpl.createINVALID_TYPES_FOR_BINARY_OPERATOR(BinaryOperator op, EdmType left, EdmType right, Token token, String expression) static ExpressionParserExceptionFilterParserExceptionImpl.createLEFT_SIDE_NOT_A_PROPERTY(Token token, String expression) static ExpressionParserExceptionFilterParserExceptionImpl.createLEFT_SIDE_NOT_STRUCTURAL_TYPE(EdmType parentType, PropertyExpressionImpl property, Token token, String expression) static ExpressionParserExceptionFilterParserExceptionImpl.createMETHOD_WRONG_ARG_COUNT(MethodExpressionImpl methodExpression, Token token, String expression) static ExpressionParserExceptionFilterParserExceptionImpl.createMETHOD_WRONG_INPUT_TYPE(MethodExpressionImpl methodExpression, Token token, String expression) static ExpressionParserExceptionFilterParserExceptionImpl.createPROPERTY_NAME_NOT_FOUND_IN_TYPE(EdmStructuralType parentType, PropertyExpression property, Token token, String expression) protected org.apache.olingo.odata2.core.uri.expression.InfoMethodprotected org.apache.olingo.odata2.core.uri.expression.InfoUnaryOperatorFilterParserImpl.isUnaryOperator(Token token) Check if a token is a UnaryOperator ( e.g.protected CommonExpressionFilterParserImpl.readMethod(Token token, org.apache.olingo.odata2.core.uri.expression.InfoMethod methodOperator) protected MethodExpressionFilterParserImpl.readParameters(org.apache.olingo.odata2.core.uri.expression.InfoMethod methodInfo, MethodExpressionImpl methodExpression, Token methodToken) Read the parameters of a method expressionprotected CommonExpressionFilterParserImpl.readUnaryoperator(Token lookToken, org.apache.olingo.odata2.core.uri.expression.InfoUnaryOperator unaryOperator) protected voidFilterParserImpl.validateEdmProperty(CommonExpression leftExpression, PropertyExpressionImpl property, Token propertyToken, ActualBinaryOperator actBinOp) protected voidFilterParserImpl.validateEdmPropertyOfStructuredType(EdmStructuralType parentType, PropertyExpressionImpl property, Token propertyToken) protected voidFilterParserImpl.validateMethodTypes(MethodExpression methodExpression, Token methodToken) Constructors in org.apache.olingo.odata2.core.uri.expression with parameters of type TokenModifierConstructorDescriptionActualBinaryOperator(org.apache.olingo.odata2.core.uri.expression.InfoBinaryOperator operatorInfo, Token token) BinaryExpressionImpl(org.apache.olingo.odata2.core.uri.expression.InfoBinaryOperator operatorInfo, CommonExpression leftSide, CommonExpression rightSide, Token token)