|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BnfParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
Field Summary | |
---|---|
static int |
ASTERISK
RegularExpression Id. |
static int |
BAR
RegularExpression Id. |
static int |
BRACKETED_IDENTIFIER
RegularExpression Id. |
static int |
COLCOLEQ
RegularExpression Id. |
static int |
DEFAULT
Lexical state. |
static int |
DIGIT
RegularExpression Id. |
static int |
EOF
End of File. |
static int |
HOOK
RegularExpression Id. |
static int |
IDENTIFIER
RegularExpression Id. |
static int |
IN_MULTI_LINE_COMMENT
Lexical state. |
static int |
IN_SINGLE_LINE_COMMENT
Lexical state. |
static int |
LETTER
RegularExpression Id. |
static int |
LITERAL
RegularExpression Id. |
static int |
LPAREN
RegularExpression Id. |
static int |
MULTI_LINE_COMMENT
RegularExpression Id. |
static int |
PLUS
RegularExpression Id. |
static int |
QUOT
RegularExpression Id. |
static int |
RPAREN
RegularExpression Id. |
static int |
SINGLE_LINE_COMMENT
RegularExpression Id. |
static java.lang.String[] |
tokenImage
Literal token values. |
Field Detail |
---|
static final int EOF
static final int IDENTIFIER
static final int LETTER
static final int DIGIT
static final int LPAREN
static final int RPAREN
static final int HOOK
static final int PLUS
static final int ASTERISK
static final int COLCOLEQ
static final int BAR
static final int QUOT
static final int BRACKETED_IDENTIFIER
static final int LITERAL
static final int SINGLE_LINE_COMMENT
static final int MULTI_LINE_COMMENT
static final int DEFAULT
static final int IN_SINGLE_LINE_COMMENT
static final int IN_MULTI_LINE_COMMENT
static final java.lang.String[] tokenImage
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |