com.jstatcom.parser
Interface CalcEngineConstants
- All Known Implementing Classes:
- CalcEngine, CalcEngineTokenManager
public interface CalcEngineConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
EOFEXP
static final int EOFEXP
- See Also:
- Constant Field Values
PLUS
static final int PLUS
- See Also:
- Constant Field Values
MINUS
static final int MINUS
- See Also:
- Constant Field Values
MULTIPLY
static final int MULTIPLY
- See Also:
- Constant Field Values
DIVIDE
static final int DIVIDE
- See Also:
- Constant Field Values
EXP
static final int EXP
- See Also:
- Constant Field Values
ROWAPPEND
static final int ROWAPPEND
- 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
VAR
static final int VAR
- See Also:
- Constant Field Values
LETTER
static final int LETTER
- See Also:
- Constant Field Values
FUNCNAME
static final int FUNCNAME
- See Also:
- Constant Field Values
LHS
static final int LHS
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
static final java.lang.String[] tokenImage