Uses of Class
com.puppycrawl.tools.checkstyle.checks.javadoc.TagParser.Point
-
Packages that use TagParser.Point Package Description com.puppycrawl.tools.checkstyle.checks.javadoc Contains the Javadoc checks that are bundled with the main distribution. -
-
Uses of TagParser.Point in com.puppycrawl.tools.checkstyle.checks.javadoc
Methods in com.puppycrawl.tools.checkstyle.checks.javadoc that return TagParser.Point Modifier and Type Method Description private static TagParser.PointTagParser. findChar(java.lang.String[] text, char character, TagParser.Point from)Finds next occurrence of given character.private static TagParser.PointTagParser. getNextCharPos(java.lang.String[] text, TagParser.Point from)Returns position of next comment character, skips whitespaces and asterisks.private TagParser.PointTagParser. parseTag(java.lang.String[] text, int lineNo, int nLines, TagParser.Point position)Parses the tag and return position after it.private static TagParser.PointTagParser. skipHtmlComment(java.lang.String[] text, TagParser.Point fromPoint)Skips HTML comments.Methods in com.puppycrawl.tools.checkstyle.checks.javadoc with parameters of type TagParser.Point Modifier and Type Method Description private static TagParser.PointTagParser. findChar(java.lang.String[] text, char character, TagParser.Point from)Finds next occurrence of given character.private static TagParser.PointTagParser. getNextCharPos(java.lang.String[] text, TagParser.Point from)Returns position of next comment character, skips whitespaces and asterisks.private static java.lang.StringTagParser. getTagId(java.lang.String[] javadocText, TagParser.Point tagStart)Parse tag id.private static booleanTagParser. isCommentTag(java.lang.String[] text, TagParser.Point pos)If this is a HTML-comments.private static booleanTagParser. isTag(java.lang.String[] javadocText, TagParser.Point pos)Checks if the given position is start one for HTML tag.private TagParser.PointTagParser. parseTag(java.lang.String[] text, int lineNo, int nLines, TagParser.Point position)Parses the tag and return position after it.private static TagParser.PointTagParser. skipHtmlComment(java.lang.String[] text, TagParser.Point fromPoint)Skips HTML comments.
-