public class CommentsParser extends Object
| Constructor and Description |
|---|
CommentsParser() |
| Modifier and Type | Method and Description |
|---|---|
CommentsCollection |
parse(InputStream in,
String charsetName) |
CommentsCollection |
parse(Reader in)
Collects all comments in a piece of Java source.
|
CommentsCollection |
parse(String source) |
public CommentsCollection parse(String source) throws IOException
IOExceptionpublic CommentsCollection parse(InputStream in, String charsetName) throws IOException
IOExceptionpublic CommentsCollection parse(Reader in) throws IOException
IOExceptionCopyright © 2007–2016. All rights reserved.