public interface KBParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
ALL
RegularExpression Id.
|
static int |
AND
RegularExpression Id.
|
static int |
BOTTOM
RegularExpression Id.
|
static int |
COMMAND_END
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
DOUBLE
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
EXISTS
RegularExpression Id.
|
static int |
FORMAL_COMMENT
RegularExpression Id.
|
static int |
GE
RegularExpression Id.
|
static int |
ID
RegularExpression Id.
|
static int |
LE
RegularExpression Id.
|
static int |
MULTI_LINE_COMMENT
RegularExpression Id.
|
static int |
NOT
RegularExpression Id.
|
static int |
NUMBER
RegularExpression Id.
|
static int |
OR
RegularExpression Id.
|
static int |
SINGLE_LINE_COMMENT
RegularExpression Id.
|
static int |
STRING
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static int |
TOP
RegularExpression Id.
|
static final int EOF
static final int SINGLE_LINE_COMMENT
static final int FORMAL_COMMENT
static final int MULTI_LINE_COMMENT
static final int COMMAND_END
static final int ID
static final int NUMBER
static final int DOUBLE
static final int TOP
static final int BOTTOM
static final int AND
static final int OR
static final int EXISTS
static final int ALL
static final int NOT
static final int GE
static final int LE
static final int STRING
static final int DEFAULT
static final String[] tokenImage
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann