Uses of Enum Class
org.tomlj.TomlVersion
Packages that use TomlVersion
-
Uses of TomlVersion in org.tomlj
Fields in org.tomlj declared as TomlVersionModifier and TypeFieldDescription(package private) final TomlVersion
TomlVersion.canonical
private final TomlVersion
ArrayVisitor.version
private final TomlVersion
InlineTableVisitor.version
private final TomlVersion
KeyVisitor.version
private final TomlVersion
LineVisitor.version
private final TomlVersion
MutableTomlTable.version
private final TomlVersion
QuotedStringVisitor.version
private final TomlVersion
ValueVisitor.version
Methods in org.tomlj that return TomlVersionModifier and TypeMethodDescriptionstatic TomlVersion
Returns the enum constant of this class with the specified name.static TomlVersion[]
TomlVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tomlj with parameters of type TomlVersionModifier and TypeMethodDescription(package private) boolean
TomlVersion.after
(TomlVersion other) (package private) static MutableTomlArray
MutableTomlArray.create
(TomlVersion version) (package private) static MutableTomlArray
MutableTomlArray.create
(TomlVersion version, boolean tableArray) (package private) static TomlParseResult
Parser.parse
(org.antlr.v4.runtime.CharStream stream, TomlVersion version) static TomlParseResult
Toml.parse
(InputStream is, TomlVersion version) Parse a TOML input stream.static TomlParseResult
Toml.parse
(Reader reader, TomlVersion version) Parse a TOML input stream.static TomlParseResult
Toml.parse
(String input, TomlVersion version) Parse a TOML string.static TomlParseResult
Toml.parse
(ReadableByteChannel channel, TomlVersion version) Parse a TOML input stream.static TomlParseResult
Toml.parse
(Path file, TomlVersion version) Parse a TOML file.Constructors in org.tomlj with parameters of type TomlVersionModifierConstructorDescriptionArrayVisitor
(TomlVersion version) InlineTableVisitor
(TomlVersion version, TomlPosition position) KeyVisitor
(TomlVersion version) (package private)
LineVisitor
(TomlVersion version, ErrorReporter errorReporter) (package private)
MutableTomlTable
(TomlVersion version) (package private)
MutableTomlTable
(TomlVersion version, TomlPosition definedAt) QuotedStringVisitor
(TomlVersion version) private
TomlVersion
(@Nullable TomlVersion canonical) (package private)
ValueVisitor
(TomlVersion version)