Uses of Class
com.puppycrawl.tools.checkstyle.api.LineColumn
-
Packages that use LineColumn Package Description com.puppycrawl.tools.checkstyle.api Contains the core API to be used to implement checks.com.puppycrawl.tools.checkstyle.checks.javadoc Contains the Javadoc checks that are bundled with the main distribution.com.puppycrawl.tools.checkstyle.checks.javadoc.utils Contains utils classes for the Javadoc checks that are bundled with the main distribution.com.puppycrawl.tools.checkstyle.checks.regexp Contains the regular expression checks that are bundled with the main distribution. -
-
Uses of LineColumn in com.puppycrawl.tools.checkstyle.api
Methods in com.puppycrawl.tools.checkstyle.api that return LineColumn Modifier and Type Method Description LineColumnFileText. lineColumn(int pos)Determine line and column numbers in full text.Methods in com.puppycrawl.tools.checkstyle.api with parameters of type LineColumn Modifier and Type Method Description intLineColumn. compareTo(LineColumn lineColumn) -
Uses of LineColumn in com.puppycrawl.tools.checkstyle.checks.javadoc
Fields in com.puppycrawl.tools.checkstyle.checks.javadoc with type parameters of type LineColumn Modifier and Type Field Description private static java.lang.ThreadLocal<java.util.Map<LineColumn,JavadocDetailNodeParser.ParseStatus>>AbstractJavadocCheck. TREE_CACHEKey is "line:column". -
Uses of LineColumn in com.puppycrawl.tools.checkstyle.checks.javadoc.utils
Fields in com.puppycrawl.tools.checkstyle.checks.javadoc.utils declared as LineColumn Modifier and Type Field Description private LineColumnTagInfo. positionPosition of the tag in the given comment.Methods in com.puppycrawl.tools.checkstyle.checks.javadoc.utils that return LineColumn Modifier and Type Method Description private static LineColumnInlineTagUtil. getLineColumnOfIndex(java.lang.String source, int index)Get LineColumn from string till index.LineColumnTagInfo. getPosition()Return position of tag.Constructors in com.puppycrawl.tools.checkstyle.checks.javadoc.utils with parameters of type LineColumn Constructor Description TagInfo(java.lang.String name, java.lang.String value, LineColumn position)Constructor. -
Uses of LineColumn in com.puppycrawl.tools.checkstyle.checks.regexp
Methods in com.puppycrawl.tools.checkstyle.checks.regexp with parameters of type LineColumn Modifier and Type Method Description private booleanRegexpCheck. isIgnore(int startLine, FileText text, LineColumn start)Detect ignore situation.
-