All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.unlaxer.RootPositionResolver Maven / Gradle / Ivy

package org.unlaxer;

import java.util.stream.Stream;

public interface RootPositionResolver extends CodePointIndexToStringIndex , CodePointIndexToLineNumber , StringIndexToCodePointIndex{
  CursorRange rootCursorRange();

  Stream lines(Source root);

  Size lineSize();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy