org.sbml.jsbml.text.parser
public interface FormulaParserLL3Constants
Modifier and Type | Field and Description |
---|---|
static int |
AND
RegularExpression Id.
|
static int |
BOOLEAN_LOGIC
RegularExpression Id.
|
static int |
CLOSE_PAR
RegularExpression Id.
|
static int |
COMPARISON
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
DIGIT
RegularExpression Id.
|
static int |
DIVIDE
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
EOL
RegularExpression Id.
|
static int |
EXPNUMBER
RegularExpression Id.
|
static int |
IDCHAR
RegularExpression Id.
|
static int |
INTEGER
RegularExpression Id.
|
static int |
LEFT_BRACES
RegularExpression Id.
|
static int |
LEFT_BRACKET
RegularExpression Id.
|
static int |
LETTER
RegularExpression Id.
|
static int |
LOG
RegularExpression Id.
|
static int |
MINUS
RegularExpression Id.
|
static int |
MODULO
RegularExpression Id.
|
static int |
NOT
RegularExpression Id.
|
static int |
NUMBER
RegularExpression Id.
|
static int |
OPEN_PAR
RegularExpression Id.
|
static int |
OR
RegularExpression Id.
|
static int |
PLUS
RegularExpression Id.
|
static int |
POWER
RegularExpression Id.
|
static int |
RIGHT_BRACES
RegularExpression Id.
|
static int |
RIGHT_BRACKET
RegularExpression Id.
|
static int |
SPLITTER
RegularExpression Id.
|
static int |
STRING
RegularExpression Id.
|
static int |
TIMES
RegularExpression Id.
|
static java.lang.String[] |
tokenImage
Literal token values.
|
static int |
XOR
RegularExpression Id.
|
static final int EOF
static final int INTEGER
static final int DIGIT
static final int NUMBER
static final int EXPNUMBER
static final int SPLITTER
static final int PLUS
static final int POWER
static final int MINUS
static final int TIMES
static final int DIVIDE
static final int MODULO
static final int OPEN_PAR
static final int CLOSE_PAR
static final int LEFT_BRACES
static final int RIGHT_BRACES
static final int LEFT_BRACKET
static final int RIGHT_BRACKET
static final int COMPARISON
static final int BOOLEAN_LOGIC
static final int AND
static final int OR
static final int XOR
static final int NOT
static final int LOG
static final int STRING
static final int IDCHAR
static final int LETTER
static final int EOL
static final int DEFAULT
static final java.lang.String[] tokenImage