|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
Field Summary | |
---|---|
static int |
COMMENT1
RegularExpression Id. |
static int |
COMMENT2
RegularExpression Id. |
static int |
DEFAULT
Lexical state. |
static int |
EOF
End of File. |
static int |
FLOAT
RegularExpression Id. |
static int |
IDENT
RegularExpression Id. |
static int |
INTEGER
RegularExpression Id. |
static int |
LONG_STRING
RegularExpression Id. |
static int |
POSITIVE_INTEGER
RegularExpression Id. |
static int |
STRING
RegularExpression Id. |
static java.lang.String[] |
tokenImage
Literal token values. |
static int |
URI
RegularExpression Id. |
static int |
WHITESPACE
RegularExpression Id. |
Field Detail |
---|
static final int EOF
static final int WHITESPACE
static final int COMMENT1
static final int COMMENT2
static final int STRING
static final int LONG_STRING
static final int IDENT
static final int POSITIVE_INTEGER
static final int INTEGER
static final int FLOAT
static final int URI
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 |