|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OQLParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
Field Summary | |
---|---|
static int |
AND
RegularExpression Id. |
static int |
BANG
RegularExpression Id. |
static int |
CHARACTER_LITERAL
RegularExpression Id. |
static int |
DECIMAL_LITERAL
RegularExpression Id. |
static int |
DEFAULT
Lexical state. |
static int |
DOLLAR_SIGN
RegularExpression Id. |
static int |
EOF
End of File. |
static int |
EQ
RegularExpression Id. |
static int |
EXPONENT
RegularExpression Id. |
static int |
FALSE
RegularExpression Id. |
static int |
FLOATING_POINT_LITERAL
RegularExpression Id. |
static int |
FORMAL_COMMENT
RegularExpression Id. |
static int |
GE
RegularExpression Id. |
static int |
HEX_LITERAL
RegularExpression Id. |
static int |
IDENTIFIER
RegularExpression Id. |
static int |
IMPLEMENTS
RegularExpression Id. |
static int |
IN_FORMAL_COMMENT
Lexical state. |
static int |
IN_MULTI_LINE_COMMENT
Lexical state. |
static int |
IN_SINGLE_LINE_COMMENT
Lexical state. |
static int |
INSIDE_COMMENT
RegularExpression Id. |
static int |
INSTANCEOF
RegularExpression Id. |
static int |
INTEGER_LITERAL
RegularExpression Id. |
static int |
LE
RegularExpression Id. |
static int |
LETTER
RegularExpression Id. |
static int |
LONG_LITERAL
RegularExpression Id. |
static int |
LT
RegularExpression Id. |
static int |
MULTI_LINE_COMMENT
RegularExpression Id. |
static int |
NE
RegularExpression Id. |
static int |
NULL
RegularExpression Id. |
static int |
OCTAL_LITERAL
RegularExpression Id. |
static int |
OR
RegularExpression Id. |
static int |
PART_LETTER
RegularExpression Id. |
static int |
SINGLE_LINE_COMMENT
RegularExpression Id. |
static int |
START_FORMAL_COMMENT
RegularExpression Id. |
static int |
STRING_LITERAL
RegularExpression Id. |
static String[] |
tokenImage
Literal token values. |
static int |
TRUE
RegularExpression Id. |
Field Detail |
---|
static final int EOF
static final int START_FORMAL_COMMENT
static final int SINGLE_LINE_COMMENT
static final int FORMAL_COMMENT
static final int MULTI_LINE_COMMENT
static final int INSIDE_COMMENT
static final int INTEGER_LITERAL
static final int LONG_LITERAL
static final int DECIMAL_LITERAL
static final int HEX_LITERAL
static final int OCTAL_LITERAL
static final int FLOATING_POINT_LITERAL
static final int EXPONENT
static final int CHARACTER_LITERAL
static final int STRING_LITERAL
static final int INSTANCEOF
static final int TRUE
static final int FALSE
static final int OR
static final int AND
static final int NULL
static final int IMPLEMENTS
static final int DOLLAR_SIGN
static final int IDENTIFIER
static final int LETTER
static final int PART_LETTER
static final int LT
static final int BANG
static final int EQ
static final int LE
static final int GE
static final int NE
static final int DEFAULT
static final int IN_SINGLE_LINE_COMMENT
static final int IN_FORMAL_COMMENT
static final int IN_MULTI_LINE_COMMENT
static final String[] tokenImage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |