public interface RegExParserConstants
Modifier and Type | Field and Description |
---|---|
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 String[] |
tokenImage
Literal token values.
|
static int |
WILDCARD
RegularExpression Id.
|
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 String[] tokenImage
Copyright © 2005–2015 BaseX Team. All rights reserved.