- Direct Known Subclasses:
- Operand, Operator
public abstract class Token
extends Object
The Token
class represents any token in expressions.
A token is the smallest indivisible unit of any expression.
Tokens can be operands, operators, functions, variables, or constants.
- Since:
- 0.0.1
- Author:
- Pratanu Mandal