public interface ShadyParserConstants
| Modifier and Type | Field and Description |
|---|---|
static int |
CHARACTER_LITERAL
RegularExpression Id.
|
static int |
DECIMAL_LITERAL
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
EOF
End of File.
|
static int |
EQ
RegularExpression Id.
|
static int |
EXPONENT
RegularExpression Id.
|
static int |
FLOATING_POINT_LITERAL
RegularExpression Id.
|
static int |
GE
RegularExpression Id.
|
static int |
GT
RegularExpression Id.
|
static int |
IDENTIFIER
RegularExpression Id.
|
static int |
LE
RegularExpression Id.
|
static int |
LETTER
RegularExpression Id.
|
static int |
LT
RegularExpression Id.
|
static int |
NE
RegularExpression Id.
|
static int |
PART_LETTER
RegularExpression Id.
|
static int |
STRING_LITERAL
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static final int EOF
static final int GT
static final int GE
static final int EQ
static final int NE
static final int LE
static final int LT
static final int IDENTIFIER
static final int LETTER
static final int PART_LETTER
static final int DECIMAL_LITERAL
static final int FLOATING_POINT_LITERAL
static final int EXPONENT
static final int CHARACTER_LITERAL
static final int STRING_LITERAL
static final int DEFAULT
static final String[] tokenImage
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.