public class DefaultJavaCommentParser
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static short |
JAVADOCEND |
|
static short |
JAVADOCLINE |
|
static short |
JAVADOCSTART |
|
static short |
JAVADOCTAG |
|
static short |
YYERRCODE |
Constructor | Description |
---|---|
DefaultJavaCommentParser(Lexer lexer,
Builder builder) |
Modifier and Type | Method | 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.