Uses of Interface
com.thoughtworks.qdox.parser.CommentHandler
-
Packages that use CommentHandler Package Description com.thoughtworks.qdox.parser Provides interfaces and exceptions for both Lexers and Parserscom.thoughtworks.qdox.parser.impl Provides the implementations of the Lexers and Parsers -
-
Uses of CommentHandler in com.thoughtworks.qdox.parser
Methods in com.thoughtworks.qdox.parser with parameters of type CommentHandler Modifier and Type Method Description void
CommentScanner. addCommentHandler(CommentHandler handler)
Register this handler as a comment-listener. -
Uses of CommentHandler in com.thoughtworks.qdox.parser.impl
Classes in com.thoughtworks.qdox.parser.impl that implement CommentHandler Modifier and Type Class Description class
Parser
Fields in com.thoughtworks.qdox.parser.impl with type parameters of type CommentHandler Modifier and Type Field Description private java.util.List<CommentHandler>
JFlexLexer. commentHandlers
Methods in com.thoughtworks.qdox.parser.impl with parameters of type CommentHandler Modifier and Type Method Description void
JFlexLexer. addCommentHandler(CommentHandler handler)
-