org.incava.javadoc
Class JavadocParser
java.lang.Object
org.incava.javadoc.JavadocParser
public class JavadocParser
extends java.lang.Object
Parses Javadoc into a list of points, which represent the locations of
description and tagged comments in a Javadoc comment block.
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.
|
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.