Uses of Enum Class
org.apache.olingo.odata2.core.uri.expression.TokenKind
Packages that use TokenKind
-
Uses of TokenKind in org.apache.olingo.odata2.core.uri.expression
Methods in org.apache.olingo.odata2.core.uri.expression that return TokenKindModifier and TypeMethodDescriptionToken.getKind()static TokenKindReturns the enum constant of this class with the specified name.static TokenKind[]TokenKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.olingo.odata2.core.uri.expression with parameters of type TokenKindModifier and TypeMethodDescriptionvoidTokenList.appendEdmTypedToken(int position, TokenKind kind, String uriLiteral, EdmLiteral javaLiteral) Append UriLiteral Token to tokens parametervoidTokenList.appendToken(int position, TokenKind kind, char charValue) Append CharValue Token to tokens parametervoidTokenList.appendToken(int position, TokenKind kind, String uriLiteral) Append StringValue Token to tokens parameterExpressionParserInternalError.createINVALID_TOKENKIND_AT(TokenKind expectedTokenKind, Token actualToken) static TokenizerExpectErrorTokenizerExpectError.createINVALID_TOKENKIND_AT(TokenKind expectedTokenKind, Token actualToken) TokenList.expectToken(TokenKind comma) TokenList.expectToken(TokenKind comma, boolean throwFilterExpression) Constructors in org.apache.olingo.odata2.core.uri.expression with parameters of type TokenKind