Uses of Enum Class
org.apache.olingo.server.core.uri.parser.UriTokenizer.TokenKind
Packages that use UriTokenizer.TokenKind
-
Uses of UriTokenizer.TokenKind in org.apache.olingo.server.core.uri.parser
Fields in org.apache.olingo.server.core.uri.parser with type parameters of type UriTokenizer.TokenKindModifier and TypeFieldDescriptionprotected static final Map<UriTokenizer.TokenKind,EdmPrimitiveTypeKind> ParserHelper.tokenToPrimitiveTypeMethods in org.apache.olingo.server.core.uri.parser that return UriTokenizer.TokenKindModifier and TypeMethodDescriptionprotected static UriTokenizer.TokenKindParserHelper.next(UriTokenizer tokenizer, UriTokenizer.TokenKind... kinds) protected static UriTokenizer.TokenKindParserHelper.nextPrimitiveValue(UriTokenizer tokenizer) static UriTokenizer.TokenKindReturns the enum constant of this class with the specified name.static UriTokenizer.TokenKind[]UriTokenizer.TokenKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.olingo.server.core.uri.parser with parameters of type UriTokenizer.TokenKindModifier and TypeMethodDescriptionprotected static UriTokenizer.TokenKindParserHelper.next(UriTokenizer tokenizer, UriTokenizer.TokenKind... kinds) booleanUriTokenizer.next(UriTokenizer.TokenKind allowedTokenKind) Tries to find a token of the given token kind at the current index.protected static voidParserHelper.requireNext(UriTokenizer tokenizer, UriTokenizer.TokenKind required)