public interface JSGFParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
CHARACTER_LITERAL |
static int |
DECIMAL_LITERAL |
static int |
DEFAULT |
static int |
DIGIT |
static int |
EOF |
static int |
EXPONENT |
static int |
FLOATING_POINT_LITERAL |
static int |
FORMAL_COMMENT |
static int |
GRAMMAR |
static int |
IDENTIFIER |
static int |
IMPORT |
static int |
IN_FORMAL_COMMENT |
static int |
IN_MULTI_LINE_COMMENT |
static int |
IN_SINGLE_LINE_COMMENT |
static int |
INTEGER_LITERAL |
static int |
LETTER |
static int |
MULTI_LINE_COMMENT |
static int |
PUBLIC |
static int |
SINGLE_LINE_COMMENT |
static int |
STRING_LITERAL |
static int |
TAG |
static java.lang.String[] |
tokenImage |
static final int EOF
static final int SINGLE_LINE_COMMENT
static final int FORMAL_COMMENT
static final int MULTI_LINE_COMMENT
static final int GRAMMAR
static final int IMPORT
static final int PUBLIC
static final int INTEGER_LITERAL
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 TAG
static final int IDENTIFIER
static final int LETTER
static final int DIGIT
static final int DEFAULT
static final int IN_SINGLE_LINE_COMMENT
static final int IN_FORMAL_COMMENT
static final int IN_MULTI_LINE_COMMENT
static final java.lang.String[] tokenImage