|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sonar.sslr.api.CommentAnalyser
public abstract class CommentAnalyser
Constructor Summary | |
---|---|
CommentAnalyser()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommentAnalyser()
Method Detail |
---|
public abstract boolean isBlank(java.lang.String line)
line
- A line of the comment, excluding the comment tags
public abstract java.lang.String getContents(java.lang.String comment)
comment
- Raw comment value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |