public interface SyntaxCheckerConstants
| Modifier and Type | Field and Description |
|---|---|
static int |
AND
RegularExpression Id.
|
static int |
BITNOT
RegularExpression Id.
|
static int |
BITWISE
RegularExpression Id.
|
static int |
CHAR
RegularExpression Id.
|
static int |
CIMP
RegularExpression Id.
|
static int |
CNIMP
RegularExpression Id.
|
static int |
COMMA
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
DIGIT
RegularExpression Id.
|
static int |
DIGIT19
RegularExpression Id.
|
static int |
DIGITS
RegularExpression Id.
|
static int |
DIV
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
EQ
RegularExpression Id.
|
static int |
EQV
RegularExpression Id.
|
static int |
FACTORIAL
RegularExpression Id.
|
static int |
FUNCTION
RegularExpression Id.
|
static int |
GEQ
RegularExpression Id.
|
static int |
GT
RegularExpression Id.
|
static int |
IDENTIFIER
RegularExpression Id.
|
static int |
IMP
RegularExpression Id.
|
static int |
INTEGER
RegularExpression Id.
|
static int |
INVALID_TOKEN
RegularExpression Id.
|
static int |
LEFT_PAR
RegularExpression Id.
|
static int |
LEQ
RegularExpression Id.
|
static int |
LETTER
RegularExpression Id.
|
static int |
LETTERS
RegularExpression Id.
|
static int |
LT
RegularExpression Id.
|
static int |
MINUS
RegularExpression Id.
|
static int |
MODULO
RegularExpression Id.
|
static int |
MULTIPLY
RegularExpression Id.
|
static int |
NAND
RegularExpression Id.
|
static int |
NEQ
RegularExpression Id.
|
static int |
NIMP
RegularExpression Id.
|
static int |
NOR
RegularExpression Id.
|
static int |
NOT
RegularExpression Id.
|
static int |
NUMBER
RegularExpression Id.
|
static int |
NUMBER_CONSTANT
RegularExpression Id.
|
static int |
OR
RegularExpression Id.
|
static int |
PLUS
RegularExpression Id.
|
static int |
POWER
RegularExpression Id.
|
static int |
REAL
RegularExpression Id.
|
static int |
RIGHT_PAR
RegularExpression Id.
|
static int |
SEMICOLON
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static int |
UNEXPECTED_CHAR
RegularExpression Id.
|
static int |
UNIT
RegularExpression Id.
|
static int |
XOR
RegularExpression Id.
|
static final int EOF
static final int LETTER
static final int DIGIT
static final int DIGIT19
static final int LETTERS
static final int DIGITS
static final int INTEGER
static final int LEFT_PAR
static final int RIGHT_PAR
static final int PLUS
static final int MINUS
static final int MULTIPLY
static final int DIV
static final int POWER
static final int MODULO
static final int FACTORIAL
static final int COMMA
static final int SEMICOLON
static final int EQ
static final int UNIT
static final int NEQ
static final int LT
static final int LEQ
static final int GT
static final int GEQ
static final int OR
static final int AND
static final int NOT
static final int BITNOT
static final int IMP
static final int CIMP
static final int NIMP
static final int CNIMP
static final int NAND
static final int EQV
static final int NOR
static final int BITWISE
static final int XOR
static final int CHAR
static final int REAL
static final int NUMBER
static final int NUMBER_CONSTANT
static final int IDENTIFIER
static final int FUNCTION
static final int INVALID_TOKEN
static final int UNEXPECTED_CHAR
static final int DEFAULT
static final String[] tokenImage
Copyright © 2017. All rights reserved.