Interface EditorPosition


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

    Modifier and Type
    Method
    Description
    int
     
    int
     
  • Method Details

    • getLine

      int getLine()
    • getColumn

      int getColumn()