Class TagParser.Point
- java.lang.Object
-
- com.puppycrawl.tools.checkstyle.checks.javadoc.TagParser.Point
-
- Enclosing class:
- TagParser
private static final class TagParser.Point extends java.lang.Object
Represents current position in the text.
-
-
Constructor Summary
Constructors Constructor Description Point(int lineNo, int columnNo)
Creates newPoint
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getColumnNo()
Getter for column number.int
getLineNo()
Getter for line number.
-