Interface LocatorAccess


public interface LocatorAccess
Set a line-column location.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setLocation(int line, int column)
    Set a location's line and column.
  • Method Details

    • setLocation

      void setLocation(int line, int column)
      Set a location's line and column.
      Parameters:
      line - the line number.
      column - the column number.