dev.secondsun.retro.util.Location Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of retro-common Show documentation
Show all versions of retro-common Show documentation
This is a library that provides common classes and utilities for secondsun's retro projects.
package dev.secondsun.retro.util;
import java.net.URI;
public record Location(URI filename, int line, int startIndex, int endIndex) {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy