Uses of Class
com.puppycrawl.tools.checkstyle.checks.javadoc.TagParser.Point
Packages that use TagParser.Point
Package
Description
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.PointModifier and TypeMethodDescriptionprivate static TagParser.Point
TagParser.findChar
(String[] text, char character, TagParser.Point from) Finds next occurrence of given character.private static TagParser.Point
TagParser.getNextPoint
(String[] text, TagParser.Point from) Increments column number to be examined, moves onto the next line when no more characters are available.private TagParser.Point
TagParser.parseTag
(String[] text, int lineNo, int nLines, TagParser.Point position) Parses the tag and return position after it.private static TagParser.Point
TagParser.skipHtmlComment
(String[] text, TagParser.Point fromPoint) Skips HTML comments.Methods in com.puppycrawl.tools.checkstyle.checks.javadoc with parameters of type TagParser.PointModifier and TypeMethodDescriptionprivate static TagParser.Point
TagParser.findChar
(String[] text, char character, TagParser.Point from) Finds next occurrence of given character.private static TagParser.Point
TagParser.getNextPoint
(String[] text, TagParser.Point from) Increments column number to be examined, moves onto the next line when no more characters are available.private static String
TagParser.getTagId
(String[] javadocText, TagParser.Point tagStart) Parse tag id.private static boolean
TagParser.isCommentTag
(String[] text, TagParser.Point pos) If this is a HTML-comments.private static boolean
TagParser.isTag
(String[] javadocText, TagParser.Point pos) Checks if the given position is start one for HTML tag.private TagParser.Point
TagParser.parseTag
(String[] text, int lineNo, int nLines, TagParser.Point position) Parses the tag and return position after it.private static TagParser.Point
TagParser.skipHtmlComment
(String[] text, TagParser.Point fromPoint) Skips HTML comments.