com.thoughtworks.qdox.parser.impl
public class Parser extends Object
Field Summary | |
---|---|
static short | ABSTRACT |
static short | AMPERSAND |
static short | AMPERSAND2 |
static short | ANNOCHAR |
static short | ANNOINTERFACE |
static short | ANNOSTRING |
static short | AT |
static short | BOOLEAN |
static short | BOOLEAN_LITERAL |
static short | BRACECLOSE |
static short | BRACEOPEN |
static short | BYTE |
static short | CHAR |
static short | CHAR_LITERAL |
static short | CIRCUMFLEX |
static short | CLASS |
static short | CODEBLOCK |
static short | COLON |
static short | COMMA |
static short | DEFAULT |
static short | DOT |
static short | DOTDOTDOT |
static short | DOUBLE |
static short | DOUBLE_LITERAL |
static short | ENUM |
static short | EQUALS |
static short | EQUALS2 |
static short | EXCLAMATION |
static short | EXTENDS |
static short | FINAL |
static short | FLOAT |
static short | FLOAT_LITERAL |
static short | GREATEREQUALS |
static short | GREATERTHAN |
static short | GREATERTHAN2 |
static short | GREATERTHAN3 |
static short | IDENTIFIER |
static short | IMPLEMENTS |
static short | IMPORT |
static short | INT |
static short | INTEGER_LITERAL |
static short | INTERFACE |
static short | JAVADOCEND |
static short | JAVADOCEOL |
static short | JAVADOCSTART |
static short | JAVADOCTAG |
static short | JAVADOCTOKEN |
static short | LESSEQUALS |
static short | LESSTHAN |
static short | LESSTHAN2 |
static short | LONG |
static short | LONG_LITERAL |
static short | MINUS |
static short | NATIVE |
static short | NOTEQUALS |
static short | PACKAGE |
static short | PARENBLOCK |
static short | PARENCLOSE |
static short | PARENOPEN |
static short | PERCENT |
static short | PLUS |
static short | PRIVATE |
static short | PROTECTED |
static short | PUBLIC |
static short | QUERY |
static short | SEMI |
static short | SHORT |
static short | SLASH |
static short | SQUARECLOSE |
static short | SQUAREOPEN |
static short | STAR |
static short | STATIC |
static short | STRICTFP |
static short | STRING_LITERAL |
static short | SUPER |
static short | SYNCHRONIZED |
static short | THROWS |
static short | TILDE |
static short | TRANSIENT |
static short | VERTLINE |
static short | VERTLINE2 |
static short | VOID |
static short | VOLATILE |
static short | YYERRCODE |
Constructor Summary | |
---|---|
Parser(Lexer lexer, Builder builder) |
Method Summary | |
---|---|
boolean | parse()
Parse file. |
void | setDebugLexer(boolean debug) |
void | setDebugParser(boolean debug) |