org.incava.javadoc
Class JavadocParser
public
class
JavadocParser
extends Object
Parses Javadoc into a list of points, which represent the locations of
description and tagged comments in a Javadoc comment block.
Method Summary |
List | parse(String text)
Parses the Javadoc in the text. |
List | parse(String text, int startLine, int startColumn) |
protected void | read(Point pt)
Reads to the next Javadoc field, or to the end of the comment. |
public List parse(String text)
Parses the Javadoc in the text. Assumes a start line of 1 and a start
column of 1.
public List parse(String text, int startLine, int startColumn)
protected void read(Point pt)
Reads to the next Javadoc field, or to the end of the comment.