Uses of Enum Class
org.infinispan.protostream.impl.parser.AnnotationTokens
Packages that use AnnotationTokens
Package
Description
.proto schema file parser and a documentation pseudo-annotation parser.
-
Uses of AnnotationTokens in org.infinispan.protostream.impl.parser
Subclasses with type arguments of type AnnotationTokens in org.infinispan.protostream.impl.parserModifier and TypeClassDescription(package private) enumThe tokens used by the annotation grammar.Fields in org.infinispan.protostream.impl.parser declared as AnnotationTokensModifier and TypeFieldDescription(package private) AnnotationTokensAnnotationLexer.tokenLast recognized token.Methods in org.infinispan.protostream.impl.parser that return AnnotationTokensModifier and TypeMethodDescription(package private) static AnnotationTokensReturns the token represented by the given string ornullif not recognized (an identifier maybe).static AnnotationTokensReturns the enum constant of this class with the specified name.static AnnotationTokens[]AnnotationTokens.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.protostream.impl.parser with parameters of type AnnotationTokensModifier and TypeMethodDescriptionprivate voidAnnotationParser.expect(AnnotationTokens token) Matches the expected token or fails throwing an AnnotationParserException.