public interface PrologParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
ANYCHAR
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
DIGIT
RegularExpression Id.
|
static int |
DOUBLE
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
HICASE
RegularExpression Id.
|
static int |
IDENTIFIER
RegularExpression Id.
|
static int |
LOCASE
RegularExpression Id.
|
static int |
NOT
RegularExpression Id.
|
static int |
NUMBER
RegularExpression Id.
|
static int |
OPERATOR
RegularExpression Id.
|
static int |
SINGLE_LINE_COMMENT
RegularExpression Id.
|
static int |
SPECIALCHAR
RegularExpression Id.
|
static int |
STRINGCONSTANT
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static int |
VAR
RegularExpression Id.
|
static final int EOF
static final int SINGLE_LINE_COMMENT
static final int NOT
static final int DOUBLE
static final int NUMBER
static final int DIGIT
static final int STRINGCONSTANT
static final int VAR
static final int IDENTIFIER
static final int OPERATOR
static final int ANYCHAR
static final int LOCASE
static final int HICASE
static final int SPECIALCHAR
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