Uses of Enum Class
org.tomlj.TomlVersion
Packages that use TomlVersion
-
Uses of TomlVersion in org.tomlj
Subclasses with type arguments of type TomlVersion in org.tomljFields in org.tomlj declared as TomlVersionModifier and TypeFieldDescription(package private) final TomlVersionTomlVersion.canonicalprivate final TomlVersionArrayVisitor.versionprivate final TomlVersionInlineTableVisitor.versionprivate final TomlVersionKeyVisitor.versionprivate final TomlVersionLineVisitor.versionprivate final TomlVersionMutableTomlTable.versionprivate final TomlVersionQuotedStringVisitor.versionprivate final TomlVersionValueVisitor.versionMethods in org.tomlj that return TomlVersionModifier and TypeMethodDescriptionstatic TomlVersionReturns 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) booleanTomlVersion.after(TomlVersion other) (package private) static MutableTomlArrayMutableTomlArray.create(TomlVersion version) (package private) static MutableTomlArrayMutableTomlArray.create(TomlVersion version, boolean tableArray) (package private) static TomlParseResultParser.parse(org.antlr.v4.runtime.CharStream stream, TomlVersion version) static TomlParseResultToml.parse(InputStream is, TomlVersion version) Parse a TOML input stream.static TomlParseResultToml.parse(Reader reader, TomlVersion version) Parse a TOML input stream.static TomlParseResultToml.parse(String input, TomlVersion version) Parse a TOML string.static TomlParseResultToml.parse(ReadableByteChannel channel, TomlVersion version) Parse a TOML input stream.static TomlParseResultToml.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) privateTomlVersion(@Nullable TomlVersion canonical) (package private)ValueVisitor(TomlVersion version)