Uses of Class
org.tomlj.TomlPosition
Packages that use TomlPosition
-
Uses of TomlPosition in org.tomlj
Fields in org.tomlj declared as TomlPositionModifier and TypeFieldDescriptionprivate TomlPositionMutableTomlTable.definedAt(package private) final TomlPositionMutableTomlArray.Element.position(package private) final TomlPositionMutableTomlTable.Element.positionprivate final TomlPositionTomlParseError.positionFields in org.tomlj with type parameters of type TomlPositionModifier and TypeFieldDescription(package private) final List<AbstractMap.SimpleEntry<MutableTomlTable, TomlPosition>> MutableTomlTable.EnsureTableResult.intermediatesprivate final Map<MutableTomlTable, TomlPosition> InlineTableVisitor.openTablesprivate final Map<MutableTomlTable, TomlPosition> LineVisitor.openTablesMethods in org.tomlj that return TomlPositionModifier and TypeMethodDescriptionEmptyTomlArray.inputPositionOf(int index) @Nullable TomlPositionEmptyTomlTable.inputPositionOf(List<String> path) MutableTomlArray.inputPositionOf(int index) @Nullable TomlPositionMutableTomlTable.inputPositionOf(List<String> path) TomlArray.inputPositionOf(int index) Get the position where a value is defined in the TOML document.default @Nullable TomlPositionTomlTable.inputPositionOf(String dottedKey) Get the position where a key is defined in the TOML document.@Nullable TomlPositionTomlTable.inputPositionOf(List<String> path) Get the position where a key is defined in the TOML document.TomlParseError.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 TomlPositionModifier and TypeMethodDescription(package private) List<AbstractMap.SimpleEntry<MutableTomlTable, TomlPosition>> MutableTomlTable.set(String keyPath, Object value, TomlPosition position) (package private) List<AbstractMap.SimpleEntry<MutableTomlTable, TomlPosition>> MutableTomlTable.set(List<String> path, Object value, TomlPosition position) Methods in org.tomlj with parameters of type TomlPositionModifier and TypeMethodDescriptionMutableHomogeneousTomlArray.append(Object value, TomlPosition position) (package private) MutableTomlArrayMutableTomlArray.append(Object value, TomlPosition position) (package private) MutableTomlTableMutableTomlTable.createTable(List<String> path, TomlPosition position) (package private) MutableTomlTableMutableTomlTable.createTableArray(List<String> path, TomlPosition position) (package private) voidMutableTomlTable.define(TomlPosition position) MutableTomlTable.ensureTable(List<String> path, TomlPosition position, boolean followTableArrays, boolean followDefinedTables) Ensure a table exists at a given path.private voidAccumulatingErrorListener.reportError(String message, TomlPosition position) (package private) List<AbstractMap.SimpleEntry<MutableTomlTable, TomlPosition>> MutableTomlTable.set(String keyPath, Object value, TomlPosition position) (package private) List<AbstractMap.SimpleEntry<MutableTomlTable, TomlPosition>> MutableTomlTable.set(List<String> path, Object value, TomlPosition position) Constructors in org.tomlj with parameters of type TomlPositionModifierConstructorDescriptionprivateElement(Object value, TomlPosition position) privateElement(Object value, TomlPosition position) InlineTableVisitor(TomlVersion version, TomlPosition position) (package private)MutableTomlTable(TomlVersion version, TomlPosition definedAt) (package private)TomlParseError(String message, TomlPosition position) (package private)TomlParseError(String message, TomlPosition position, Throwable cause) Constructor parameters in org.tomlj with type arguments of type TomlPositionModifierConstructorDescriptionprivateEnsureTableResult(MutableTomlTable table, List<AbstractMap.SimpleEntry<MutableTomlTable, TomlPosition>> intermediates)