Uses of Class
org.tomlj.TomlPosition
-
Packages that use TomlPosition Package Description org.tomlj A parser for Tom's Obvious, Minimal Language (TOML). -
-
Uses of TomlPosition in org.tomlj
Fields in org.tomlj declared as TomlPosition Modifier and Type Field Description private TomlPositionMutableTomlTable. definedAt(package private) TomlPositionMutableTomlArray.Element. position(package private) TomlPositionMutableTomlTable.Element. positionprivate TomlPositionTomlParseError. positionFields in org.tomlj with type parameters of type TomlPosition Modifier and Type Field Description (package private) java.util.List<java.util.AbstractMap.SimpleEntry<MutableTomlTable,TomlPosition>>MutableTomlTable.EnsureTableResult. intermediatesprivate java.util.Map<MutableTomlTable,TomlPosition>InlineTableVisitor. openTablesprivate java.util.Map<MutableTomlTable,TomlPosition>LineVisitor. openTablesMethods in org.tomlj that return TomlPosition Modifier and Type Method Description TomlPositionEmptyTomlArray. inputPositionOf(int index)@Nullable TomlPositionEmptyTomlTable. inputPositionOf(java.util.List<java.lang.String> path)TomlPositionMutableTomlArray. inputPositionOf(int index)@Nullable TomlPositionMutableTomlTable. inputPositionOf(java.util.List<java.lang.String> path)TomlPositionTomlArray. inputPositionOf(int index)Get the position where a value is defined in the TOML document.default @Nullable TomlPositionTomlTable. inputPositionOf(java.lang.String dottedKey)Get the position where a key is defined in the TOML document.@Nullable TomlPositionTomlTable. inputPositionOf(java.util.List<java.lang.String> path)Get the position where a key is defined in the TOML document.TomlPositionTomlParseError. position()The position in the input where the error occurred.static TomlPositionTomlPosition. positionAt(int line, int column)Create a position.Methods in org.tomlj that return types with arguments of type TomlPosition Modifier and Type Method Description (package private) java.util.List<java.util.AbstractMap.SimpleEntry<MutableTomlTable,TomlPosition>>MutableTomlTable. set(java.lang.String keyPath, java.lang.Object value, TomlPosition position)(package private) java.util.List<java.util.AbstractMap.SimpleEntry<MutableTomlTable,TomlPosition>>MutableTomlTable. set(java.util.List<java.lang.String> path, java.lang.Object value, TomlPosition position)Methods in org.tomlj with parameters of type TomlPosition Modifier and Type Method Description MutableHomogeneousTomlArrayMutableHomogeneousTomlArray. append(java.lang.Object value, TomlPosition position)(package private) MutableTomlArrayMutableTomlArray. append(java.lang.Object value, TomlPosition position)(package private) MutableTomlTableMutableTomlTable. createTable(java.util.List<java.lang.String> path, TomlPosition position)(package private) MutableTomlTableMutableTomlTable. createTableArray(java.util.List<java.lang.String> path, TomlPosition position)(package private) voidMutableTomlTable. define(TomlPosition position)private MutableTomlTable.EnsureTableResultMutableTomlTable. ensureTable(java.util.List<java.lang.String> path, TomlPosition position, boolean followTableArrays, boolean followDefinedTables)Ensure a table exists at a given path.private voidAccumulatingErrorListener. reportError(java.lang.String message, TomlPosition position)(package private) java.util.List<java.util.AbstractMap.SimpleEntry<MutableTomlTable,TomlPosition>>MutableTomlTable. set(java.lang.String keyPath, java.lang.Object value, TomlPosition position)(package private) java.util.List<java.util.AbstractMap.SimpleEntry<MutableTomlTable,TomlPosition>>MutableTomlTable. set(java.util.List<java.lang.String> path, java.lang.Object value, TomlPosition position)Constructors in org.tomlj with parameters of type TomlPosition Constructor Description Element(java.lang.Object value, TomlPosition position)Element(java.lang.Object value, TomlPosition position)InlineTableVisitor(TomlVersion version, TomlPosition position)MutableTomlTable(TomlVersion version, TomlPosition definedAt)TomlParseError(java.lang.String message, TomlPosition position)TomlParseError(java.lang.String message, TomlPosition position, java.lang.Throwable cause)Constructor parameters in org.tomlj with type arguments of type TomlPosition Constructor Description EnsureTableResult(MutableTomlTable table, java.util.List<java.util.AbstractMap.SimpleEntry<MutableTomlTable,TomlPosition>> intermediates)
-