Uses of Enum Class
tools.jackson.dataformat.toml.TomlToken
Packages that use TomlToken
-
Uses of TomlToken in tools.jackson.dataformat.toml
Subclasses with type arguments of type TomlToken in tools.jackson.dataformat.tomlFields in tools.jackson.dataformat.toml declared as TomlTokenMethods in tools.jackson.dataformat.toml that return TomlTokenModifier and TypeMethodDescriptionprivate TomlTokenTomlParser.peek()private TomlTokenTomlParser.poll(int nextState) Note: Polling also lexes the next token, so methods likeLexer.yytext()will not work afterwardsstatic TomlTokenReturns the enum constant of this class with the specified name.static TomlToken[]TomlToken.values()Returns an array containing the constants of this enum class, in the order they are declared.Lexer.yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.Methods in tools.jackson.dataformat.toml with parameters of type TomlTokenModifier and TypeMethodDescriptionprivate voidTomlParser.pollExpected(TomlToken expected, int nextState) (package private) TomlStreamReadExceptionTomlStreamReadException.ErrorContext.ErrorBuilder.unexpectedToken(TomlToken actual, String expected)