You can buy this project and download/modify it how often you want.
package org.unlaxer; import java.util.stream.Stream; public interface RootPositionResolver extends CodePointIndexToStringIndex , CodePointIndexToLineNumber , StringIndexToCodePointIndex{ CursorRange rootCursorRange(); Stream lines(Source root); Size lineSize(); }