|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
Field Summary | |
---|---|
static int |
ARITHOP
RegularExpression Id. |
static int |
CHAR
RegularExpression Id. |
static int |
COMMA
RegularExpression Id. |
static int |
COMPOP
RegularExpression Id. |
static int |
CONST
RegularExpression Id. |
static int |
DEFAULT
Lexical state. |
static int |
DIGIT
RegularExpression Id. |
static int |
EOF
End of File. |
static int |
FALSE
RegularExpression Id. |
static int |
IMPLICATION
RegularExpression Id. |
static int |
LETTER
RegularExpression Id. |
static int |
LOWERCASE
RegularExpression Id. |
static int |
LPAREN
RegularExpression Id. |
static int |
NAF
RegularExpression Id. |
static int |
NAME
RegularExpression Id. |
static int |
NEG
RegularExpression Id. |
static int |
NUMBER
RegularExpression Id. |
static int |
NUMCONST
RegularExpression Id. |
static int |
OR
RegularExpression Id. |
static int |
PERIOD
RegularExpression Id. |
static int |
RPAREN
RegularExpression Id. |
static java.lang.String[] |
tokenImage
Literal token values. |
static int |
UPPERCASE
RegularExpression Id. |
static int |
VARPRED
RegularExpression Id. |
Field Detail |
---|
static final int EOF
static final int ARITHOP
static final int COMPOP
static final int LPAREN
static final int RPAREN
static final int COMMA
static final int PERIOD
static final int IMPLICATION
static final int OR
static final int NEG
static final int NAF
static final int FALSE
static final int VARPRED
static final int CONST
static final int NUMCONST
static final int NAME
static final int NUMBER
static final int CHAR
static final int LETTER
static final int LOWERCASE
static final int UPPERCASE
static final int DIGIT
static final int DEFAULT
static final java.lang.String[] tokenImage
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |