Class MultipleStringLiteralsCheck.StringInfo
- java.lang.Object
-
- com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck.StringInfo
-
- Enclosing class:
- MultipleStringLiteralsCheck
private static final class MultipleStringLiteralsCheck.StringInfo extends java.lang.Object
This class contains information about where a string was found.
-
-
Constructor Summary
Constructors Constructor Description StringInfo(int line, int col)
Creates information about a string position.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private int
getCol()
The column where a string was found.private int
getLine()
The line where a string was found.
-