Class SingleLineCommentParser
- java.lang.Object
-
- org.sonarsource.analyzer.commons.checks.verifier.internal.SingleLineCommentParser
-
- All Implemented Interfaces:
Comment.Parser
public class SingleLineCommentParser extends Object implements Comment.Parser
-
-
Field Summary
Fields Modifier and Type Field Description StringcommentPrefix
-
Constructor Summary
Constructors Constructor Description SingleLineCommentParser(String commentPrefix)
-
-
-
Field Detail
-
commentPrefix
public final String commentPrefix
-
-
Constructor Detail
-
SingleLineCommentParser
public SingleLineCommentParser(String commentPrefix)
-
-
Method Detail
-
parse
public List<Comment> parse(FileContent file)
- Specified by:
parsein interfaceComment.Parser
-
-