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 shortJAVADOCENDstatic shortJAVADOCLINEstatic shortJAVADOCSTARTstatic shortJAVADOCTAGstatic shortYYERRCODE
-
Constructor Summary
Constructors Constructor Description DefaultJavaCommentParser(Lexer lexer, Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanparse()voidsetDebugLexer(boolean debug)voidsetDebugParser(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
-
-