StandardSyntaxParser
, StandardSyntaxParserTokenManager
public interface StandardSyntaxParserConstants
Modifier and Type | Field | Description |
---|---|---|
static int |
_ESCAPED_CHAR |
RegularExpression Id.
|
static int |
_NUM_CHAR |
RegularExpression Id.
|
static int |
_QUOTED_CHAR |
RegularExpression Id.
|
static int |
_TERM_CHAR |
RegularExpression Id.
|
static int |
_TERM_START_CHAR |
RegularExpression Id.
|
static int |
_WHITESPACE |
RegularExpression Id.
|
static int |
AND |
RegularExpression Id.
|
static int |
Boost |
Lexical state.
|
static int |
CARAT |
RegularExpression Id.
|
static int |
COLON |
RegularExpression Id.
|
static int |
DEFAULT |
Lexical state.
|
static int |
EOF |
End of File.
|
static int |
FUZZY_SLOP |
RegularExpression Id.
|
static int |
LPAREN |
RegularExpression Id.
|
static int |
MINUS |
RegularExpression Id.
|
static int |
NOT |
RegularExpression Id.
|
static int |
NUMBER |
RegularExpression Id.
|
static int |
OR |
RegularExpression Id.
|
static int |
PLUS |
RegularExpression Id.
|
static int |
QUOTED |
RegularExpression Id.
|
static int |
RangeEx |
Lexical state.
|
static int |
RANGEEX_END |
RegularExpression Id.
|
static int |
RANGEEX_GOOP |
RegularExpression Id.
|
static int |
RANGEEX_QUOTED |
RegularExpression Id.
|
static int |
RANGEEX_START |
RegularExpression Id.
|
static int |
RANGEEX_TO |
RegularExpression Id.
|
static int |
RangeIn |
Lexical state.
|
static int |
RANGEIN_END |
RegularExpression Id.
|
static int |
RANGEIN_GOOP |
RegularExpression Id.
|
static int |
RANGEIN_QUOTED |
RegularExpression Id.
|
static int |
RANGEIN_START |
RegularExpression Id.
|
static int |
RANGEIN_TO |
RegularExpression Id.
|
static int |
RPAREN |
RegularExpression Id.
|
static int |
TERM |
RegularExpression Id.
|
static String[] |
tokenImage |
Literal token values.
|
static final int EOF
static final int _NUM_CHAR
static final int _ESCAPED_CHAR
static final int _TERM_START_CHAR
static final int _TERM_CHAR
static final int _WHITESPACE
static final int _QUOTED_CHAR
static final int AND
static final int OR
static final int NOT
static final int PLUS
static final int MINUS
static final int LPAREN
static final int RPAREN
static final int COLON
static final int CARAT
static final int QUOTED
static final int TERM
static final int FUZZY_SLOP
static final int RANGEIN_START
static final int RANGEEX_START
static final int NUMBER
static final int RANGEIN_TO
static final int RANGEIN_END
static final int RANGEIN_QUOTED
static final int RANGEIN_GOOP
static final int RANGEEX_TO
static final int RANGEEX_END
static final int RANGEEX_QUOTED
static final int RANGEEX_GOOP
static final int Boost
static final int RangeEx
static final int RangeIn
static final int DEFAULT
static final String[] tokenImage
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.