public abstract class CommentAnalyser
extends java.lang.Object
Constructor and Description |
---|
CommentAnalyser() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getContents(java.lang.String comment)
Extract the content of a comment, i.e.
|
abstract boolean |
isBlank(java.lang.String line)
Check whether or not a comment line is blank
|
public abstract boolean isBlank(java.lang.String line)
line
- A line of the comment, excluding the comment tagspublic abstract java.lang.String getContents(java.lang.String comment)
comment
- Raw comment valueCopyright © 2012 SonarSource. All Rights Reserved.