Class TextLocation


  • @Deprecated
    public class TextLocation
    extends Object
    Deprecated.
    in 1.20, use your own text API instead.

    This class is not intended to be instantiated or subclassed by clients.

    Since:
    1.17
    • Constructor Detail

      • TextLocation

        public TextLocation​(@Nullable
                            File file,
                            int line,
                            int column)
        Deprecated.
    • Method Detail

      • getFile

        public File getFile()
        Deprecated.
      • getFileURI

        public URI getFileURI()
        Deprecated.
        For internal use only.
      • getLine

        public int getLine()
        Deprecated.
      • getColumn

        public int getColumn()
        Deprecated.
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object obj)
        Deprecated.
        Overrides:
        equals in class Object