public interface SSPTParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
COMMA
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
DIGIT
RegularExpression Id.
|
static int |
EOF
End of File.
|
static int |
IDENTIFIER
RegularExpression Id.
|
static int |
LETTER
RegularExpression Id.
|
static int |
NUMBER
RegularExpression Id.
|
static int |
PARAMETER_NAME
RegularExpression Id.
|
static int |
PARAMETER_POS_TOKEN
RegularExpression Id.
|
static int |
PROCEDURE_BEGIN
RegularExpression Id.
|
static int |
PROCEDURE_END
RegularExpression Id.
|
static int |
SCALE
RegularExpression Id.
|
static int |
SEPARATOR
RegularExpression Id.
|
static int |
SIMPLE_EXP_TOKEN
RegularExpression Id.
|
static int |
SPECIAL
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static int |
WHITESPACE
RegularExpression Id.
|
static final int EOF
static final int SCALE
static final int NUMBER
static final int DIGIT
static final int LETTER
static final int SPECIAL
static final int WHITESPACE
static final int COMMA
static final int SEPARATOR
static final int PROCEDURE_BEGIN
static final int PROCEDURE_END
static final int SIMPLE_EXP_TOKEN
static final int PARAMETER_POS_TOKEN
static final int PARAMETER_NAME
static final int IDENTIFIER
static final int DEFAULT
static final String[] tokenImage
Apache Camel