public interface ParserConstants
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
BLANK
RegularExpression Id.
|
static int |
COLON
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
DIVIDE
RegularExpression Id.
|
static int |
DOT
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
EXPR_END
RegularExpression Id.
|
static int |
EXPR_START
RegularExpression Id.
|
static int |
FIELD
RegularExpression Id.
|
static int |
G
Lexical state.
|
static int |
I
Lexical state.
|
static int |
IN_END
RegularExpression Id.
|
static int |
IN_START
RegularExpression Id.
|
static int |
INTEGER_LITERAL
RegularExpression Id.
|
static int |
ITERABLE_PARAMETER
RegularExpression Id.
|
static int |
LEFT_PAREN
RegularExpression Id.
|
static int |
MINUS
RegularExpression Id.
|
static int |
MODULUS
RegularExpression Id.
|
static int |
MULTIPLY
RegularExpression Id.
|
static int |
NON_ITERABLE_PARAMETER
RegularExpression Id.
|
static int |
NUMBER
RegularExpression Id.
|
static int |
PARAMETER
RegularExpression Id.
|
static int |
PLUS
RegularExpression Id.
|
static int |
RIGHT_PAREN
RegularExpression Id.
|
static int |
TABLE
RegularExpression Id.
|
static int |
TEXT
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static int |
VARIABLE
RegularExpression Id.
|
static final int EOF
static final int COLON
static final int NUMBER
static final int DOT
static final int FIELD
static final int PARAMETER
static final int BLANK
static final int TABLE
static final int NON_ITERABLE_PARAMETER
static final int IN_START
static final int EXPR_START
static final int TEXT
static final int ITERABLE_PARAMETER
static final int IN_END
static final int VARIABLE
static final int MINUS
static final int PLUS
static final int MULTIPLY
static final int DIVIDE
static final int MODULUS
static final int INTEGER_LITERAL
static final int LEFT_PAREN
static final int RIGHT_PAREN
static final int EXPR_END
static final int DEFAULT
static final int I
static final int G
static final String[] tokenImage
Copyright © 2014. All rights reserved.