|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQIRParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
Field Summary | |
---|---|
static int |
ALPHANUMERICS
RegularExpression Id. |
static int |
COMMA
RegularExpression Id. |
static int |
DEFAULT
Lexical state. |
static int |
DIGIT
RegularExpression Id. |
static int |
EOF
End of File. |
static int |
LBRACKET
RegularExpression Id. |
static int |
LCURLY
RegularExpression Id. |
static int |
LETTER
RegularExpression Id. |
static int |
LETTERDIGITEXTRAS
RegularExpression Id. |
static int |
LPAREN
RegularExpression Id. |
static int |
MINUS
RegularExpression Id. |
static int |
NUMBER
RegularExpression Id. |
static int |
PLUS
RegularExpression Id. |
static int |
QUOTES
RegularExpression Id. |
static int |
RBRACKET
RegularExpression Id. |
static int |
RCURLY
RegularExpression Id. |
static int |
RPAREN
RegularExpression Id. |
static String[] |
tokenImage
Literal token values. |
static int |
XML_NAME
RegularExpression Id. |
static int |
XML_NAMECHAR
RegularExpression Id. |
static int |
XML_TAG
RegularExpression Id. |
Field Detail |
---|
static final int EOF
static final int DIGIT
static final int NUMBER
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 COMMA
static final int PLUS
static final int MINUS
static final int QUOTES
static final int ALPHANUMERICS
static final int XML_TAG
static final int LETTER
static final int LETTERDIGITEXTRAS
static final int XML_NAME
static final int XML_NAMECHAR
static final int DEFAULT
static final String[] tokenImage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |