@Deprecated public class TextLocation extends Object
This class is not intended to be instantiated or subclassed by clients.
| Constructor and Description |
|---|
TextLocation(File file,
int line,
int column)
Deprecated.
|
TextLocation(File file,
URI uri,
int line,
int column)
Deprecated.
|
| Modifier and Type | Method and 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.
|
Copyright © 2009–2018 SonarSource. All rights reserved.