Interface ILocationInfo

  • All Known Implementing Classes:
    LocationInfo

    public interface ILocationInfo
    • Method Detail

      • hasLocation

        boolean hasLocation()
      • getOffset

        int getOffset()
        The offset of the feature in its top-level container
      • getTextLength

        int getTextLength()
        The length of the feature's text in its top-level container
      • getLine

        int getLine()
        One-based line number of this feature in its top-level container
      • getColumn

        int getColumn()
      • contains

        default boolean contains​(int offset)
      • getFileUrl

        URL getFileUrl()