public static final class TextResourceOrigin.Location extends Object
Constructor and Description |
---|
Location(int line,
int column)
Create a new
TextResourceOrigin.Location instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getColumn()
Return the column of the text resource where the property originated.
|
int |
getLine()
Return the line of the text resource where the property originated.
|
int |
hashCode() |
String |
toString() |
public Location(int line, int column)
TextResourceOrigin.Location
instance.line
- the line number (zero indexed)column
- the column number (zero indexed)