Package org.basex.query.util.regex.parse
Interface RegExParserConstants
-
- All Known Implementing Classes:
RegExLexer
,RegExParser
public interface RegExParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field 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.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
OR
static final int OR
RegularExpression Id.- See Also:
- Constant Field Values
-
Q_MARK
static final int Q_MARK
RegularExpression Id.- See Also:
- Constant Field Values
-
STAR
static final int STAR
RegularExpression Id.- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
RegularExpression Id.- See Also:
- Constant Field Values
-
QUANT_OPEN
static final int QUANT_OPEN
RegularExpression Id.- See Also:
- Constant Field Values
-
QUANT_CLOSE
static final int QUANT_CLOSE
RegularExpression Id.- See Also:
- Constant Field Values
-
NUMBER
static final int NUMBER
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
RegularExpression Id.- See Also:
- Constant Field Values
-
NPAR_OPEN
static final int NPAR_OPEN
RegularExpression Id.- See Also:
- Constant Field Values
-
PAR_CLOSE
static final int PAR_CLOSE
RegularExpression Id.- See Also:
- Constant Field Values
-
PAR_OPEN
static final int PAR_OPEN
RegularExpression Id.- See Also:
- Constant Field Values
-
CHAR
static final int CHAR
RegularExpression Id.- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
RegularExpression Id.- See Also:
- Constant Field Values
-
BACK_REF
static final int BACK_REF
RegularExpression Id.- See Also:
- Constant Field Values
-
WILDCARD
static final int WILDCARD
RegularExpression Id.- See Also:
- Constant Field Values
-
LINE_START
static final int LINE_START
RegularExpression Id.- See Also:
- Constant Field Values
-
LINE_END
static final int LINE_END
RegularExpression Id.- See Also:
- Constant Field Values
-
SINGLE_ESC
static final int SINGLE_ESC
RegularExpression Id.- See Also:
- Constant Field Values
-
MULTI_ESC
static final int MULTI_ESC
RegularExpression Id.- See Also:
- Constant Field Values
-
CAT_ESC
static final int CAT_ESC
RegularExpression Id.- See Also:
- Constant Field Values
-
BR_OPEN
static final int BR_OPEN
RegularExpression Id.- See Also:
- Constant Field Values
-
NEG
static final int NEG
RegularExpression Id.- See Also:
- Constant Field Values
-
TO
static final int TO
RegularExpression Id.- See Also:
- Constant Field Values
-
BR_CLOSE
static final int BR_CLOSE
RegularExpression Id.- See Also:
- Constant Field Values
-
tokenImage
static final String[] tokenImage
Literal token values.
-
-