Uses of Class
org.tomlj.TomlPosition
Packages that use TomlPosition
-
Uses of TomlPosition in org.tomlj
Methods in org.tomlj that return TomlPositionModifier and TypeMethodDescriptionTomlArray.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.