public interface QuestionParserConstants
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT
Lexical state.
|
static int |
EOF
End of File.
|
static int |
FEATURING
RegularExpression Id.
|
static int |
FROM
RegularExpression Id.
|
static int |
IN
RegularExpression Id.
|
static int |
OPERATOR1
RegularExpression Id.
|
static int |
OPERATOR2
RegularExpression Id.
|
static int |
OPERATOR3
RegularExpression Id.
|
static int |
SOIS1
RegularExpression Id.
|
static int |
SOIS2
RegularExpression Id.
|
static int |
STRING
RegularExpression Id.
|
static int |
TO
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static int |
USES
RegularExpression Id.
|
static final int EOF
static final int IN
static final int FROM
static final int TO
static final int FEATURING
static final int USES
static final int OPERATOR1
static final int OPERATOR2
static final int OPERATOR3
static final int SOIS1
static final int SOIS2
static final int STRING
static final int DEFAULT
static final String[] tokenImage
Copyright © 2019. All rights reserved.