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.ObjectThis 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 intgetCol()The column where a string was found.private intgetLine()The line where a string was found.
-