Uses of Class
org.sonarsource.analyzer.commons.checks.verifier.internal.Comment
-
Packages that use Comment Package Description org.sonarsource.analyzer.commons.checks.verifier.internal -
-
Uses of Comment in org.sonarsource.analyzer.commons.checks.verifier.internal
Methods in org.sonarsource.analyzer.commons.checks.verifier.internal that return types with arguments of type Comment Modifier and Type Method Description List<Comment>Comment.Parser. parse(FileContent file)List<Comment>SingleLineCommentParser. parse(FileContent file)Constructor parameters in org.sonarsource.analyzer.commons.checks.verifier.internal with type arguments of type Comment Constructor Description FileIssues(org.sonarsource.analyzer.commons.checks.verifier.internal.TestFile testFile, List<Comment> comments)
-