public abstract class CommentAnalyser extends Object
| Constructor and Description |
|---|
CommentAnalyser() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getContents(String comment)
Extract the content of a comment, i.e.
|
abstract boolean |
isBlank(String line)
Check whether or not a comment line is blank
|
public abstract boolean isBlank(String line)
line - A line of the comment, excluding the comment tagsCopyright © 2009–2018 SonarSource. All rights reserved.