Interface Comment.Parser
-
- All Known Implementing Classes:
SingleLineCommentParser
- Enclosing class:
- Comment
public static interface Comment.Parser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Comment>parse(FileContent file)
-
-
-
Method Detail
-
parse
List<Comment> parse(FileContent file)
-
-