Uses of Class
org.apache.olingo.odata2.core.uri.expression.TokenKind
-
Packages that use TokenKind Package Description org.apache.olingo.odata2.core.uri.expression -
-
Uses of TokenKind in org.apache.olingo.odata2.core.uri.expression
Methods in org.apache.olingo.odata2.core.uri.expression that return TokenKind Modifier and Type Method Description TokenKindToken. getKind()static TokenKindTokenKind. valueOf(String name)Returns the enum constant of this type with the specified name.static TokenKind[]TokenKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.olingo.odata2.core.uri.expression with parameters of type TokenKind Modifier and Type Method Description voidTokenList. 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 parameterstatic ExpressionParserInternalErrorExpressionParserInternalError. createINVALID_TOKENKIND_AT(TokenKind expectedTokenKind, Token actualToken)static TokenizerExpectErrorTokenizerExpectError. createINVALID_TOKENKIND_AT(TokenKind expectedTokenKind, Token actualToken)TokenTokenList. expectToken(TokenKind comma)TokenTokenList. expectToken(TokenKind comma, boolean throwFilterExpression)Constructors in org.apache.olingo.odata2.core.uri.expression with parameters of type TokenKind Constructor Description Token(TokenKind kind, int position, String uriLiteral)Token(TokenKind kind, int position, String uriLiteral, EdmLiteral javaLiteral)
-