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