public interface EquationParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
ADD
RegularExpression Id.
|
static int |
AND
RegularExpression Id.
|
static int |
CHARACTERS
RegularExpression Id.
|
static int |
CLOSEBRACKET
RegularExpression Id.
|
static int |
CLOSEPARENTHESIS
RegularExpression Id.
|
static int |
COMMA
RegularExpression Id.
|
static int |
COMMENT
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
DIGITS
RegularExpression Id.
|
static int |
DIV
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
EQ
RegularExpression Id.
|
static int |
GE
RegularExpression Id.
|
static int |
GT
RegularExpression Id.
|
static int |
IDENTIFIER
RegularExpression Id.
|
static int |
LE
RegularExpression Id.
|
static int |
LT
RegularExpression Id.
|
static int |
MOD
RegularExpression Id.
|
static int |
MULT
RegularExpression Id.
|
static int |
NEQ
RegularExpression Id.
|
static int |
NOT
RegularExpression Id.
|
static int |
OPENBRACKET
RegularExpression Id.
|
static int |
OPENCURLY
RegularExpression Id.
|
static int |
OPENPARENTHESIS
RegularExpression Id.
|
static int |
OR
RegularExpression Id.
|
static int |
SUB
RegularExpression Id.
|
static int |
TEXT
RegularExpression Id.
|
static java.lang.String[] |
tokenImage
Literal token values.
|
static int |
VALUE
RegularExpression Id.
|
static int |
XOR
RegularExpression Id.
|
static final int EOF
static final int AND
static final int OR
static final int XOR
static final int NOT
static final int GT
static final int LT
static final int GE
static final int LE
static final int EQ
static final int NEQ
static final int ADD
static final int SUB
static final int DIV
static final int MOD
static final int MULT
static final int DIGITS
static final int CHARACTERS
static final int IDENTIFIER
static final int VALUE
static final int TEXT
static final int OPENCURLY
static final int COMMA
static final int OPENPARENTHESIS
static final int CLOSEPARENTHESIS
static final int OPENBRACKET
static final int CLOSEBRACKET
static final int COMMENT
static final int DEFAULT
static final java.lang.String[] tokenImage
Copyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence