Interface EditorPosition


public interface EditorPosition
Position in the editor.
Since:
6.0
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the column.
    int
    Returns the line.
  • Method Details

    • getLine

      int getLine()
      Returns the line.
      Since:
      6.0
    • getColumn

      int getColumn()
      Returns the column.
      Since:
      6.0