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
Listparse(String text)
Parses the Javadoc in the text.
Listparse(String text, int startLine, int startColumn)
protected voidread(Point pt)
Reads to the next Javadoc field, or to the end of the comment.

Method Detail

parse

public List parse(String text)
Parses the Javadoc in the text. Assumes a start line of 1 and a start column of 1.

parse

public List parse(String text, int startLine, int startColumn)

read

protected void read(Point pt)
Reads to the next Javadoc field, or to the end of the comment.