|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RegExParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
Field Summary | |
---|---|
static int |
BACK_REF
RegularExpression Id. |
static int |
BR_CLOSE
RegularExpression Id. |
static int |
BR_OPEN
RegularExpression Id. |
static int |
CAT_ESC
RegularExpression Id. |
static int |
CHAR
RegularExpression Id. |
static int |
COMMA
RegularExpression Id. |
static int |
DIGIT
RegularExpression Id. |
static int |
EOF
End of File. |
static int |
LINE_END
RegularExpression Id. |
static int |
LINE_START
RegularExpression Id. |
static int |
MULTI_ESC
RegularExpression Id. |
static int |
NEG
RegularExpression Id. |
static int |
NPAR_OPEN
RegularExpression Id. |
static int |
NUMBER
RegularExpression Id. |
static int |
OR
RegularExpression Id. |
static int |
PAR_CLOSE
RegularExpression Id. |
static int |
PAR_OPEN
RegularExpression Id. |
static int |
PLUS
RegularExpression Id. |
static int |
Q_MARK
RegularExpression Id. |
static int |
QUANT_CLOSE
RegularExpression Id. |
static int |
QUANT_OPEN
RegularExpression Id. |
static int |
SINGLE_ESC
RegularExpression Id. |
static int |
STAR
RegularExpression Id. |
static int |
TO
RegularExpression Id. |
static java.lang.String[] |
tokenImage
Literal token values. |
static int |
WILDCARD
RegularExpression Id. |
Field Detail |
---|
static final int EOF
static final int OR
static final int Q_MARK
static final int STAR
static final int PLUS
static final int QUANT_OPEN
static final int QUANT_CLOSE
static final int NUMBER
static final int COMMA
static final int NPAR_OPEN
static final int PAR_CLOSE
static final int PAR_OPEN
static final int CHAR
static final int DIGIT
static final int BACK_REF
static final int WILDCARD
static final int LINE_START
static final int LINE_END
static final int SINGLE_ESC
static final int MULTI_ESC
static final int CAT_ESC
static final int BR_OPEN
static final int NEG
static final int TO
static final int BR_CLOSE
static final java.lang.String[] tokenImage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |