com.jstatcom.parser
Interface NumberRangeParserConstants
- All Known Implementing Classes:
- NumberRangeParser, NumberRangeParserTokenManager
public interface NumberRangeParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
EOL
static final int EOL
- See Also:
- Constant Field Values
LEFT_BRACKET
static final int LEFT_BRACKET
- See Also:
- Constant Field Values
MINUS
static final int MINUS
- See Also:
- Constant Field Values
RIGHT_BRACKET
static final int RIGHT_BRACKET
- See Also:
- Constant Field Values
DELIM
static final int DELIM
- See Also:
- Constant Field Values
NEG_INF
static final int NEG_INF
- See Also:
- Constant Field Values
POS_INF
static final int POS_INF
- See Also:
- Constant Field Values
NAN
static final int NAN
- See Also:
- Constant Field Values
CONSTANT
static final int CONSTANT
- See Also:
- Constant Field Values
FLOAT
static final int FLOAT
- See Also:
- Constant Field Values
INTEGER
static final int INTEGER
- See Also:
- Constant Field Values
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
SYMBOL_NAME
static final int SYMBOL_NAME
- See Also:
- Constant Field Values
LETTER
static final int LETTER
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
static final java.lang.String[] tokenImage