Uses of Interface
org.sonarsource.analyzer.commons.checks.verifier.CommentParser
-
Packages that use CommentParser Package Description org.sonarsource.analyzer.commons.checks.verifier org.sonarsource.analyzer.commons.checks.verifier.internal -
-
Uses of CommentParser in org.sonarsource.analyzer.commons.checks.verifier
Methods in org.sonarsource.analyzer.commons.checks.verifier that return CommentParser Modifier and Type Method Description CommentParserCommentParser. addSingleLineCommentSyntax(String commentPrefix)This comment parser is able split a line using "commentPrefix".static CommentParserCommentParser. create() -
Uses of CommentParser in org.sonarsource.analyzer.commons.checks.verifier.internal
Classes in org.sonarsource.analyzer.commons.checks.verifier.internal that implement CommentParser Modifier and Type Class Description classInternalCommentParser
-