com.rychlik.calculator.parser
Interface CalculatorConstants
- All Known Implementing Classes:
- Calculator, CalculatorTokenManager
public interface CalculatorConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
EOL
static final int EOL
- See Also:
- Constant Field Values
ILLEGAL
static final int ILLEGAL
- 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
ASSIGN
static final int ASSIGN
- See Also:
- Constant Field Values
LT
static final int LT
- See Also:
- Constant Field Values
GT
static final int GT
- See Also:
- Constant Field Values
LE
static final int LE
- See Also:
- Constant Field Values
GE
static final int GE
- See Also:
- Constant Field Values
EQ
static final int EQ
- See Also:
- Constant Field Values
NE
static final int NE
- See Also:
- Constant Field Values
AND
static final int AND
- See Also:
- Constant Field Values
OR
static final int OR
- See Also:
- Constant Field Values
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
BEGIN
static final int BEGIN
- See Also:
- Constant Field Values
END
static final int END
- See Also:
- Constant Field Values
DEFINE
static final int DEFINE
- See Also:
- Constant Field Values
RETURN
static final int RETURN
- See Also:
- Constant Field Values
SEPARATOR
static final int SEPARATOR
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
IF
static final int IF
- See Also:
- Constant Field Values
ELSE
static final int ELSE
- See Also:
- Constant Field Values
WHILE
static final int WHILE
- See Also:
- Constant Field Values
BREAK
static final int BREAK
- See Also:
- Constant Field Values
CONTINUE
static final int CONTINUE
- See Also:
- Constant Field Values
PRINT
static final int PRINT
- 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
ID
static final int ID
- 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