public interface ParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
COMMENT
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
DIGIT
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
FLOAT_LITERAL
RegularExpression Id.
|
static int |
IDENTIFIER
RegularExpression Id.
|
static int |
INTEGER_LITERAL
RegularExpression Id.
|
static int |
LETTER
RegularExpression Id.
|
static int |
STRING_LITERAL
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static final int EOF
static final int COMMENT
static final int INTEGER_LITERAL
static final int FLOAT_LITERAL
static final int IDENTIFIER
static final int LETTER
static final int DIGIT
static final int STRING_LITERAL
static final int DEFAULT
static final String[] tokenImage
Copyright © 2014 The Apache Software Foundation. All rights reserved.