Package com.thoughtworks.qdox.parser
Provides interfaces and exceptions for both Lexers and Parsers
-
Interface Summary Interface Description CommentHandler JavaDoc is not part of the Java Language Specification, it should be treated as a special type of comment.CommentScanner Classes implementing this interface can trigger the handler for every time it has parsed a comment.JavaLexer The Lexer-interface for Java sourcesLexer -
Exception Summary Exception Description ParseException Thrown to indicate an error during parsing