Class DefaultJavaCommentParser
- java.lang.Object
-
- com.thoughtworks.qdox.parser.impl.DefaultJavaCommentParser
-
public class DefaultJavaCommentParser extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static short
JAVADOCEND
static short
JAVADOCLINE
static short
JAVADOCSTART
static short
JAVADOCTAG
static short
YYERRCODE
-
Constructor Summary
Constructors Constructor Description DefaultJavaCommentParser(Lexer lexer, Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
parse()
void
setDebugLexer(boolean debug)
void
setDebugParser(boolean debug)
-
-
-
Field Detail
-
JAVADOCSTART
public static final short JAVADOCSTART
- See Also:
- Constant Field Values
-
JAVADOCEND
public static final short JAVADOCEND
- See Also:
- Constant Field Values
-
JAVADOCTAG
public static final short JAVADOCTAG
- See Also:
- Constant Field Values
-
JAVADOCLINE
public static final short JAVADOCLINE
- See Also:
- Constant Field Values
-
YYERRCODE
public static final short YYERRCODE
- See Also:
- Constant Field Values
-
-