public class DefaultJavaCommentParser
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static short |
JAVADOCEND |
static short |
JAVADOCLINE |
static short |
JAVADOCSTART |
static short |
JAVADOCTAG |
static short |
YYERRCODE |
| Constructor and Description |
|---|
DefaultJavaCommentParser(Lexer lexer,
Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
parse() |
void |
setDebugLexer(boolean debug) |
void |
setDebugParser(boolean debug) |
public static final short JAVADOCSTART
public static final short JAVADOCEND
public static final short JAVADOCTAG
public static final short JAVADOCLINE
public static final short YYERRCODE
Copyright © 2002-2018. All Rights Reserved.