private static final class MultipleStringLiteralsCheck.StringInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
col
Column of finding.
|
private int |
line
Line of finding.
|
Constructor and Description |
---|
StringInfo(int line,
int col)
Creates information about a string position.
|
Modifier and Type | Method and Description |
---|---|
private int |
getCol()
The column where a string was found.
|
private int |
getLine()
The line where a string was found.
|