Interface LexicalPositionType<F>

Type Parameters:
F - The type of file information
All Known Implementing Classes:
LexicalPosition, LexicalPositionMutable

@Immutable @Modifiable public interface LexicalPositionType<F>
The type of lexical positions.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
     
    int
     
  • Method Details

    • line

      @Parameter int line()
      Returns:
      The line number
    • column

      @Parameter int column()
      Returns:
      The column number
    • file

      @Parameter Optional<F> file()
      Returns:
      The file, if any