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 TomlPosition
MutableTomlTable.definedAt
(package private) final TomlPosition
MutableTomlArray.Element.position
(package private) final TomlPosition
MutableTomlTable.Element.position
private final TomlPosition
TomlParseError.position
Fields in org.tomlj with type parameters of type TomlPositionModifier and TypeFieldDescription(package private) final List
<AbstractMap.SimpleEntry<MutableTomlTable, TomlPosition>> MutableTomlTable.EnsureTableResult.intermediates
private final Map
<MutableTomlTable, TomlPosition> InlineTableVisitor.openTables
private final Map
<MutableTomlTable, TomlPosition> LineVisitor.openTables
Methods in org.tomlj that return TomlPositionModifier and TypeMethodDescriptionEmptyTomlArray.inputPositionOf
(int index) @Nullable TomlPosition
EmptyTomlTable.inputPositionOf
(List<String> path) MutableTomlArray.inputPositionOf
(int index) @Nullable TomlPosition
MutableTomlTable.inputPositionOf
(List<String> path) TomlArray.inputPositionOf
(int index) Get the position where a value is defined in the TOML document.default @Nullable TomlPosition
TomlTable.inputPositionOf
(String dottedKey) Get the position where a key is defined in the TOML document.@Nullable TomlPosition
TomlTable.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 TomlPosition
TomlPosition.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) MutableTomlArray
MutableTomlArray.append
(Object value, TomlPosition position) (package private) MutableTomlTable
MutableTomlTable.createTable
(List<String> path, TomlPosition position) (package private) MutableTomlTable
MutableTomlTable.createTableArray
(List<String> path, TomlPosition position) (package private) void
MutableTomlTable.define
(TomlPosition position) MutableTomlTable.ensureTable
(List<String> path, TomlPosition position, boolean followTableArrays, boolean followDefinedTables) Ensure a table exists at a given path.private void
AccumulatingErrorListener.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 TomlPositionModifierConstructorDescriptionprivate
Element
(Object value, TomlPosition position) private
Element
(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 TomlPositionModifierConstructorDescriptionprivate
EnsureTableResult
(MutableTomlTable table, List<AbstractMap.SimpleEntry<MutableTomlTable, TomlPosition>> intermediates)