Uses of Class
com.puppycrawl.tools.checkstyle.api.LineColumn
Package
Description
Contains the core API to be used to implement checks.
Contains utils classes for the Javadoc checks that are bundled with the main distribution.
Contains the regular expression checks that are bundled with the main
distribution.
-
Uses of LineColumn in com.puppycrawl.tools.checkstyle.api
Modifier and TypeMethodDescriptionFileText.lineColumn
(int pos) Determine line and column numbers in full text. -
Uses of LineColumn in com.puppycrawl.tools.checkstyle.checks.javadoc.utils
Modifier and TypeFieldDescriptionprivate final LineColumn
TagInfo.position
Position of the tag in the given comment.Modifier and TypeMethodDescriptionprivate static LineColumn
InlineTagUtil.getLineColumnOfIndex
(String source, int index) Get LineColumn from string till index.TagInfo.getPosition()
Return position of tag.ModifierConstructorDescriptionTagInfo
(String name, String value, LineColumn position) Constructor. -
Uses of LineColumn in com.puppycrawl.tools.checkstyle.checks.regexp
Modifier and TypeMethodDescriptionprivate boolean
RegexpCheck.isIgnore
(int startLine, FileText text, LineColumn start, Matcher matcher) Detect ignore situation.