|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
Field Summary | |
---|---|
static int |
COLON
RegularExpression Id. |
static int |
COMMA
RegularExpression Id. |
static int |
DEFAULT
Lexical state. |
static int |
DIGIT
RegularExpression Id. |
static int |
ELSE
RegularExpression Id. |
static int |
EMPTY
RegularExpression Id. |
static int |
EOF
End of File. |
static int |
FALSE
RegularExpression Id. |
static int |
FLOAT_LITERAL
RegularExpression Id. |
static int |
FOR
RegularExpression Id. |
static int |
FOR_EACH_IN
Lexical state. |
static int |
FOREACH
RegularExpression Id. |
static int |
IDENTIFIER
RegularExpression Id. |
static int |
IF
RegularExpression Id. |
static int |
IN
RegularExpression Id. |
static int |
INTEGER_LITERAL
RegularExpression Id. |
static int |
LBRACKET
RegularExpression Id. |
static int |
LCURLY
RegularExpression Id. |
static int |
LETTER
RegularExpression Id. |
static int |
LPAREN
RegularExpression Id. |
static int |
NEW
RegularExpression Id. |
static int |
NULL
RegularExpression Id. |
static int |
RBRACKET
RegularExpression Id. |
static int |
RCURLY
RegularExpression Id. |
static int |
RPAREN
RegularExpression Id. |
static int |
SEMICOL
RegularExpression Id. |
static int |
SIZE
RegularExpression Id. |
static int |
STRING_LITERAL
RegularExpression Id. |
static String[] |
tokenImage
Literal token values. |
static int |
TRUE
RegularExpression Id. |
static int |
WHILE
RegularExpression Id. |
Field Detail |
---|
static final int EOF
static final int INTEGER_LITERAL
static final int FLOAT_LITERAL
static final int IF
static final int ELSE
static final int FOR
static final int FOREACH
static final int WHILE
static final int NEW
static final int EMPTY
static final int SIZE
static final int NULL
static final int TRUE
static final int FALSE
static final int LPAREN
static final int RPAREN
static final int LCURLY
static final int RCURLY
static final int LBRACKET
static final int RBRACKET
static final int SEMICOL
static final int COLON
static final int COMMA
static final int IN
static final int IDENTIFIER
static final int LETTER
static final int DIGIT
static final int STRING_LITERAL
static final int FOR_EACH_IN
static final int DEFAULT
static final String[] tokenImage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |