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.ObjectRepresents current position in the text.
-
-
Constructor Summary
Constructors Constructor Description Point(int lineNo, int columnNo)Creates newPointinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetColumnNo()Getter for column number.intgetLineNo()Getter for line number.
-