Uses of Enum
com.fasterxml.jackson.dataformat.toml.TomlToken
Packages that use TomlToken
-
Uses of TomlToken in com.fasterxml.jackson.dataformat.toml
Fields in com.fasterxml.jackson.dataformat.toml declared as TomlTokenMethods in com.fasterxml.jackson.dataformat.toml that return TomlTokenModifier and TypeMethodDescriptionprivate TomlToken
Parser.peek()
private TomlToken
Parser.poll
(int nextState) Note: Polling also lexes the next token, so methods likeLexer.yytext()
will not work afterwardsstatic TomlToken
Returns the enum constant of this type with the specified name.static TomlToken[]
TomlToken.values()
Returns an array containing the constants of this enum type, 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 com.fasterxml.jackson.dataformat.toml with parameters of type TomlTokenModifier and TypeMethodDescriptionprivate void
Parser.pollExpected
(TomlToken expected, int nextState) (package private) TomlStreamReadException
TomlStreamReadException.ErrorContext.ErrorBuilder.unexpectedToken
(TomlToken actual, String expected)