Package org.sonar.sslr.text
Class TextLocation
- java.lang.Object
-
- org.sonar.sslr.text.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 Summary
Constructors Constructor Description TextLocation(File file, int line, int column)
Deprecated.TextLocation(File file, URI uri, int line, int column)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object obj)
Deprecated.int
getColumn()
Deprecated.File
getFile()
Deprecated.URI
getFileURI()
Deprecated.For internal use only.int
getLine()
Deprecated.int
hashCode()
Deprecated.String
toString()
Deprecated.
-