Interface ILocationInfo

All Known Implementing Classes:
LocationInfo

public interface ILocationInfo
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ILocationInfo
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    contains(int offset)
     
    int
     
     
    int
    One-based line number of this feature in its top-level container
    int
    The offset of the feature in its top-level container
    int
    The length of the feature's text in its top-level container
    boolean
     
  • Field Details

  • Method Details

    • 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()