public interface ExpressionConstants
Modifier and Type | Field and Description |
---|---|
static int |
ANY_CHAR
constant for WildCharExpression
|
static int |
ANY_CHAR_EOL
constant for WildCharExpression
|
static int |
ANY_SIGN
sign for NumericalExpression
|
static int |
AT_LEAST
RepeatExpression mode
|
static int |
AT_MOST
RepeatExpression mode
|
static boolean |
DEBUG
debug flag ; turn on for verbose parsing
|
static int |
DOUBLE
type for NumericalExpression
|
static int |
EOL
constant for WildCharExpression
|
static int |
EXACTLY
RepeatExpression mode
|
static int |
INTEGER
type for NumericalExpression
|
static int |
NEGATIVE
sign for NumericalExpression
|
static int |
NON_NULL
sign for NumericalExpression
|
static int |
POSITIVE
sign for NumericalExpression
|
static int |
STRICTLY_NEGATIVE
sign for NumericalExpression
|
static int |
STRICTLY_POSITIVE
sign for NumericalExpression
|
static WhiteSpaces |
WHITE_SPACES
placeholder for WildSpaces expression (which is used pretty often)
|
static WhiteSpacesOrEOL |
WHITE_SPACES_OR_EOL
placeholder for WildSpacesOrEOL expression (which is used pretty often)
|
static final boolean DEBUG
static final int INTEGER
static final int DOUBLE
static final int ANY_SIGN
static final int POSITIVE
static final int NEGATIVE
static final int STRICTLY_POSITIVE
static final int STRICTLY_NEGATIVE
static final int NON_NULL
static final int EXACTLY
static final int AT_LEAST
static final int AT_MOST
static final int ANY_CHAR
static final int ANY_CHAR_EOL
static final int EOL
static final WhiteSpaces WHITE_SPACES
static final WhiteSpacesOrEOL WHITE_SPACES_OR_EOL
Submit a bug : syd@jpicedt.org