|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DomainParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
Field Summary | |
---|---|
static int |
DEFAULT
Lexical state. |
static int |
DIGIT
RegularExpression Id. |
static int |
EOF
End of File. |
static int |
EXPONENT
RegularExpression Id. |
static int |
MINUS
RegularExpression Id. |
static int |
NUMBER
RegularExpression Id. |
static int |
POSITIVE_INTEGER
RegularExpression Id. |
static String[] |
tokenImage
Literal token values. |
static int |
TYPE
RegularExpression Id. |
Field Detail |
---|
static final int EOF
static final int POSITIVE_INTEGER
static final int NUMBER
static final int DIGIT
static final int TYPE
static final int MINUS
static final int EXPONENT
static final int DEFAULT
static final String[] tokenImage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |