Uses of Enum
com.fasterxml.jackson.dataformat.toml.TomlToken
Packages that use TomlToken
-
Uses of TomlToken in com.fasterxml.jackson.dataformat.toml
Subclasses with type arguments of type TomlToken in com.fasterxml.jackson.dataformat.tomlFields in com.fasterxml.jackson.dataformat.toml declared as TomlTokenMethods in com.fasterxml.jackson.dataformat.toml that return TomlTokenModifier and TypeMethodDescriptionprivate TomlTokenParser.peek()private TomlTokenParser.poll(int nextState) Note: Polling also lexes the next token, so methods likeLexer.yytext()will not work afterwardsstatic TomlTokenReturns 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 voidParser.pollExpected(TomlToken expected, int nextState) (package private) TomlStreamReadExceptionTomlStreamReadException.ErrorContext.ErrorBuilder.unexpectedToken(TomlToken actual, String expected)